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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 嘆丹狸村G | 100100100101000110010010010011111001001001001011100100011011101001000111 | 9251924f924b91ba47 |
EUC-JP | 嘆丹狸村G | 110000111011001011000011101100001100001110101100110000101011110001000111 | c3b2c3b0c3acc2bc47 |
UTF-8 | 嘆丹狸村G | 11100101100110001000011011100100101110001011100111100111100010111011100011100110100111011001000101000111 | e59886e4b8b9e78bb8e69d9147 |
UHC | 嘆丹狸村G | 111101111010001111010011101000011101011111100001111101011011110101000111 | f7a3d3a1d7e1f5bd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)