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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瓷瘉^ | 1110000101001001111000011000100001011110 | e149e1885e |
EUC-JP | 瓷瘉^ | 1110000110101010111000011110100001011110 | e1aae1e85e |
UTF-8 | 瓷瘉^ | 11100111100100111011011111100111100110001000100101011110 | e793b7e798895e |
UHC | 瓷?^ | 11101101101101100011111101011110 | edb63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)