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 | ??舍 | 00111111001111111110010001110001 | 3f3fe471 |
EUC-JP | ??舍 | 00111111001111111110011111010010 | 3f3fe7d2 |
UTF-8 | 뤒쪔舍 | 111010111010010010010010111011001010101010010100111010001000100010001101 | eba492ecaa94e8888d |
UHC | 뤒쪔舍 | 100011111100001010100101100011101101111011101100 | 8fc2a58edeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)