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 | ?護? | 00111111100011001110110000111111 | 3f8cec3f |
EUC-JP | ?護? | 00111111101110001110111000111111 | 3fb8ee3f |
UTF-8 | 롖護롉 | 111010111010000110010110111010001010110110110111111010111010000110001001 | eba196e8adb7eba189 |
UHC | 롖護롉 | 100011101101101011111011110111101000111011001111 | 8edafbde8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)