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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衙????呻 | 1110010111001001001111110011111100111111001111111001100111101111 | e5c93f3f3f3f99ef |
EUC-JP | 衙潚???呻 | 11101010110010111000111111001000110110100011111100111111001111111101001011110001 | eacb8fc8da3f3f3fd2f1 |
UTF-8 | 衙潚뤾磻출呻 | 111010001010000110011001111001101011110110011010111010111010010010111110111011111010010110100100111011001011011010011100111001011001000110111011 | e8a199e6bd9aeba4beefa5a4ecb69ce591bb |
UHC | 衙潚뤾磻출呻 | 111001001011011111100010110110001000111111101010110110111110010011000011111000101110001111100010 | e4b7e2d88feadbe4c3e2e3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)