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 | 瑟??? | 1110000011101100001111110011111100111111 | e0ec3f3f3f |
EUC-JP | 瑟??? | 1110000011101110001111110011111100111111 | e0ee3f3f3f |
UTF-8 | 瑟덅룭咽 | 111001111001000110011111111010111000110110000101111010111010001110101101111011111010011010011110 | e7919feb8d85eba3adefa69e |
UHC | 瑟덅룭咽 | 1110001110100010100010001110100010001111101000111110011011101100 | e3a288e88fa3e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)