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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 薐金 | 11100101010100101000101111100000 | e5528be0 |
EUC-JP | 薐金 | 11101001101100111011011011100010 | e9b3b6e2 |
UTF-8 | 薐金 | 111010001001011010010000111010011000011110010001 | e89690e98791 |
UHC | ?金 | 001111111101000111010001 | 3fd1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)