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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 芟∽柑 | 111001001000110010000001111001001000101010111001 | e48c81e48ab9 |
EUC-JP | 芟∽柑 | 111001111110110010100010111001101011010010111011 | e7eca2e6b4bb |
UTF-8 | 芟∽柑 | 111010001000101010011111111000101000100010111101111001101001111110010001 | e88a9fe288bde69f91 |
UHC | 芟∽柑 | 110111111011011110100001111011111100101011110011 | dfb7a1efcaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)