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 | 懿?紙?渟? | 100111001111001000111111100011101000011000111111100111111101100100111111 | 9cf23f8e863f9fd93f |
EUC-JP | 懿?紙?渟? | 110110001111010000111111101110111110011000111111110111101101101100111111 | d8f43fbbe63fdedb3f |
UTF-8 | 懿렭紙렟渟렠 | 111001101000011110111111111010111010000010101101111001111011010010011001111010111010000010011111111001101011100010011111111010111010000010100000 | e687bfeba0ade7b499eba09fe6b89feba0a0 |
UHC | 懿렭紙렟渟렠 | 111010111111001110001110101110101111001010110101100011101011000011101111111001011000111010110001 | ebf38ebaf2b58eb0efe58eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)