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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祉??弄?? | 1000111010000011001111110011111110011000010011010011111100111111 | 8e833f3f984d3f3f |
EUC-JP | 祉??弄?? | 1011101111100011001111110011111111001111101011100011111100111111 | bbe33f3fcfae3f3f |
UTF-8 | 祉계렫弄뤧췆 | 111001111010010110001001111010101011001110000100111010111010000010101011111001011011110010000100111010111010010010100111111011001011011110000110 | e7a589eab384eba0abe5bc84eba4a7ecb786 |
UHC | 祉계렫弄뤧췆 | 111100101011001110110000111010001000111010111001110101101110011110001111110101011010111001000001 | f2b3b0e88eb9d6e78fd5ae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)