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 | ????耶 | 001111110011111100111111001111111001011011101011 | 3f3f3f3f96eb |
EUC-JP | 饔???耶 | 1000111111101000111011110011111100111111001111111100110011101101 | 8fe8ef3f3f3fcced |
UTF-8 | 饔앸슢커耶 | 111010011010010110010100111011001001010110111000111011001000101010100010111011001011101110100100111010001000000010110110 | e9a594ec95b8ec8aa2ecbba4e880b6 |
UHC | 饔앸슢커耶 | 11101000101111011001110111101011100110101010111011000100101111111110010110101101 | e8bd9deb9aaec4bfe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)