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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆懈コェ襠 | 1110100011110111100111001110011010111010101010101110010111111011 | e8f79ce6baaae5fb |
EUC-JP | 顆懈コェ襠 | 11110000111110011101100011101000100011101011101010001110101010101110101011111101 | f0f9d8e88eba8eaaeafd |
UTF-8 | 顆懈コェ襠 | 111010011010000110000110111001101000011110001000111011111011110110111010111011111011110110101010111010001010010110100000 | e9a186e68788efbdbaefbdaae8a5a0 |
UHC | 顆懈??? | 11001110101010001111101010101011001111110011111100111111 | cea8faab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)