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 | 葉??褥?? | 1001011101110100001111110011111111100101111100010011111100111111 | 97743f3fe5f13f3f |
EUC-JP | 葉??褥?? | 1100110111010101001111110011111111101010111100110011111100111111 | cdd53f3feaf33f3f |
UTF-8 | 葉덃봄褥경릊 | 111010001001000110001001111010111000110110000011111010111011010010000100111010001010010010100101111010101011001010111101111010111010011010001010 | e89189eb8d83ebb484e8a4a5eab2bdeba68a |
UHC | 葉덃봄褥경릊 | 111001111010100010001000111001101011101010111101111010011011001110110000111001101011100010101011 | e7a888e6babde9b3b0e6b8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)