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 | ?志? | 00111111100011100111010100111111 | 3f8e753f |
EUC-JP | ?志? | 00111111101110111101011000111111 | 3fbbd63f |
UTF-8 | 롆志렗 | 111010111010000110000110111001011011111110010111111010111010000010010111 | eba186e5bf97eba097 |
UHC | 롆志렗 | 100011101100110011110010101001001000111010101100 | 8eccf2a48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)