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 | 耶??由? | 10010110111010110011111100111111100101110101001000111111 | 96eb3f3f97523f |
EUC-JP | 耶??由? | 11001100111011010011111100111111110011011011001100111111 | cced3f3fcdb33f |
UTF-8 | 耶쇰쉰由뛉 | 111010001000000010110110111011001000011110110000111011001000100110110000111001111001010010110001111010111001101110001001 | e880b6ec87b0ec89b0e794b1eb9b89 |
UHC | 耶쇰쉰由뛉 | 11100101101011011011110011101011101111011010111011101011101001101000110101000111 | e5adbcebbdaeeba68d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)