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 | 衙????擘 | 1110010111001001001111110011111100111111001111111001110110100100 | e5c93f3f3f3f9da4 |
EUC-JP | 衙饍???擘 | 11101010110010111000111111101000111011010011111100111111001111111101101010100110 | eacb8fe8ed3f3f3fdaa6 |
UTF-8 | 衙饍뤾磻축擘 | 111010001010000110011001111010011010010110001101111010111010010010111110111011111010010110100100111011001011011010010101111001101001001110011000 | e8a199e9a58deba4beefa5a4ecb695e69398 |
UHC | 衙饍뤾磻축擘 | 111001001011011111100000110101111000111111101010110110111110010011000011111000001101101111111011 | e4b7e0d78feadbe4c3e0dbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)