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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ホ鮹桒 | 11110000101011101100111011101001110000011111101011100011 | f0aecee9c1fae3 |
EUC-JP | ?ホ鮹桒 | 0011111110001110110011101111001011000011100011111100001111001001 | 3f8ecef2c38fc3c9 |
UTF-8 | ホ鮹桒 | 111011101000000110101101111011111011111010001110111010011010111010111001111001101010000110010010 | ee81adefbe8ee9aeb9e6a192 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)