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 | 韆第コ倅シ | 1110100011100110100100011110011010111010100110001110010010111100 | e8e691e6ba98e4bc |
EUC-JP | 韆第コ倅シ | 11110000111010001100001011101000100011101011101011010000111001101000111010111100 | f0e8c2e88ebad0e68ebc |
UTF-8 | 韆第コ倅シ | 111010011001111110000110111001111010110010101100111011111011110110111010111001011000000010000101111011111011110110111100 | e99f86e7acacefbdbae58085efbdbc |
UHC | 韆第??? | 11110100110001111111000010101111001111110011111100111111 | f4c7f0af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)