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 | 邃?軋 | 1110001010000100001111111110011101100001 | e2843fe761 |
EUC-JP | 邃瀯軋 | 11100011111001001000111111001001101100101110110111000010 | e3e48fc9b2edc2 |
UTF-8 | 邃瀯軋 | 111010011000001010000011111001111000000010101111111010001011101110001011 | e98283e780afe8bb8b |
UHC | 邃瀯軋 | 111000101100010111100111101110111110010011011000 | e2c5e7bbe4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)