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 | 盖眄疼 | 111000011011001111100001101111101110000101110101 | e1b3e1bee175 |
EUC-JP | 盖眄疼 | 111000101011010111100010110000001110000111010110 | e2b5e2c0e1d6 |
UTF-8 | 盖眄疼 | 111001111001101110010110111001111001110010000100111001111001011010111100 | e79b96e79c84e796bc |
UHC | 盖眄疼 | 110010111100110011011000111110001101010011011001 | cbccd8f8d4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)