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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
EUC-JP | ?艅oBF | 00111111100011111101011011111101011011110100001001000110 | 3f8fd6fd6f4246 |
UTF-8 | 뤝艅oBF | 111010111010010010011101111010001000100110000101011011110100001001000110 | eba49de889856f4246 |
UHC | 뤝艅oBF | 10001111110011001110011010101001011011110100001001000110 | 8fcce6a96f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)