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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 盖疼鶺鱆瘁 | 11100001101100111110000101110101111010100101010011101001111000011110000110000001 | e1b3e175ea54e9e1e181 |
EUC-JP | 盖疼鶺鱆瘁 | 11100010101101011110000111010110111100111011010111110010111000111110000111100001 | e2b5e1d6f3b5f2e3e1e1 |
UTF-8 | 盖疼鶺鱆瘁 | 111001111001101110010110111001111001011010111100111010011011011010111010111010011011000110000110111001111001100010000001 | e79b96e796bce9b6bae9b186e79881 |
UHC | 盖疼??? | 11001011110011001101010011011001001111110011111100111111 | cbccd4d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)