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 | 塋c?徇?? | 100110101100100010000010100000110011111110011100011011010011111100111111 | 9ac882833f9c6d3f3f |
EUC-JP | 塋c?徇?? | 110101001100101010100011111000110011111111010111110011100011111100111111 | d4caa3e33fd7ce3f3f |
UTF-8 | 塋c냻徇먮젣 | 111001011010000110001011111011111011110110000011111010111000001110111011111001011011111010000111111010111010100010101110111011001010000010100011 | e5a18befbd83eb83bbe5be87eba8aeeca0a3 |
UHC | 塋c냻徇먮젣 | 111001111010101110100011111000111000011010001011111000101101111110010000111010111010000010011100 | e7aba3e3868be2df90eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)