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 | ÷ | 100111111111011110001011 | 9ff78b |
SJIS-WIN | ?÷? | 00111111100000011000000000111111 | 3f81803f |
EUC-JP | ?÷? | 00111111101000011110000000111111 | 3fa1e03f |
UTF-8 | ÷ | 110000101001111111000011101101111100001010001011 | c29fc3b7c28b |
UHC | ?÷? | 00111111101000011100000000111111 | 3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)