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 | 祉?彬低豆? | 10001110100000110011111110010101011010101001001011100001100100111010010000111111 | 8e833f956a92e193a43f |
EUC-JP | 祉?彬低豆? | 10111011111000110011111111001001110010111100010011100011110001101010011000111111 | bbe33fc9cbc4e3c6a63f |
UTF-8 | 祉곈彬低豆긺 | 111001111010010110001001111010101011001110001000111001011011110110101100111001001011110110001110111010001011000110000110111010101011100010111010 | e7a589eab388e5bdace4bd8ee8b186eab8ba |
UHC | 祉곈彬低豆긺 | 111100101011001110110000111010011101111010101111111011101011100011010100111001111011000111100111 | f2b3b0e9deafeeb8d4e7b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)