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 | 雹珞^ | 1110100010111001111000001110001001011110 | e8b9e0e25e |
EUC-JP | 雹珞^ | 1111000010111011111000001110010001011110 | f0bbe0e45e |
UTF-8 | 雹珞^ | 11101001100110111011100111100111100011111001111001011110 | e99bb9e78f9e5e |
UHC | 雹珞^ | 1101101011011111110101011010100001011110 | dadfd5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)