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 | 蜈??涯 | 111001011000010100111111001111111000101001010101 | e5853f3f8a55 |
EUC-JP | 蜈??涯 | 111010011110010100111111001111111011001110110110 | e9e53f3fb3b6 |
UTF-8 | 蜈곭탳涯 | 111010001001110010001000111010101011001110101101111011011000001110110011111001101011011010101111 | e89c88eab3aded83b3e6b6af |
UHC | 蜈곭탳涯 | 1110100010100101100000011110011110110101100100001110010011110011 | e8a581e7b590e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)