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 | 壤???? | 100110101101111100111111001111110011111100111111 | 9adf3f3f3f3f |
EUC-JP | 壤™?靷? | 11010100111000011000111110100010111011110011111110001111111001111011110100111111 | d4e18fa2ef3f8fe7bd3f |
UTF-8 | 壤™뼺靷딣 | 111001011010001110100100111000101000010010100010111010111011110010111010111010011001110110110111111010111001010010100011 | e5a3a4e284a2ebbcbae99db7eb94a3 |
UHC | 壤™뼺靷딣 | 11100101101111011010001011100010100101101011110111101100111001101000101101000110 | e5bda2e296bdece68b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)