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 | 邂ェ謳 | 1110011110101110101010101110011010010000 | e7aeaae690 |
EUC-JP | 邂ェ謳 | 111011101011000010001110101010101110101111110000 | eeb08eaaebf0 |
UTF-8 | 邂ェ謳 | 111010011000001010000010111011111011110110101010111010001010110010110011 | e98282efbdaae8acb3 |
UHC | 邂?謳 | 1111101010110011001111111100111111000100 | fab33fcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)