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 | 衙????岫 | 1110010111001001001111110011111100111111001111111001101110101011 | e5c93f3f3f3f9bab |
EUC-JP | 衙潚???岫 | 11101010110010111000111111001000110110100011111100111111001111111101011010101101 | eacb8fc8da3f3f3fd6ad |
UTF-8 | 衙潚뤾磻출岫 | 111010001010000110011001111001101011110110011010111010111010010010111110111011111010010110100100111011001011011010011100111001011011001010101011 | e8a199e6bd9aeba4beefa5a4ecb69ce5b2ab |
UHC | 衙潚뤾磻출岫 | 111001001011011111100010110110001000111111101010110110111110010011000011111000101110000111111011 | e4b7e2d88feadbe4c3e2e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)