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 | 琥琥^ | 1110000011100110111000001110011001011110 | e0e6e0e65e |
EUC-JP | 琥琥^ | 1110000011101000111000001110100001011110 | e0e8e0e85e |
UTF-8 | 琥琥^ | 11100111100100001010010111100111100100001010010101011110 | e790a5e790a55e |
UHC | 琥琥^ | 1111101111010000111110111101000001011110 | fbd0fbd05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)