To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??輕 | 00111111001111111110011101101010 | 3f3fe76a |
EUC-JP | ??輕 | 00111111001111111110110111001011 | 3f3fedcb |
UTF-8 | 뤜빡輕 | 111010111010010010011100111010111011100110100001111010001011110010010101 | eba49cebb9a1e8bc95 |
UHC | 뤜빡輕 | 100011111100101110111010111111011100110011101110 | 8fcbbafdccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)