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 | 倭???蜈 | 10011000011000000011111100111111001111111110010110000101 | 98603f3f3fe585 |
EUC-JP | 倭???蜈 | 11001111110000010011111100111111001111111110100111100101 | cfc13f3f3fe9e5 |
UTF-8 | 倭롋됧츥蜈 | 111001011000000010101101111010111010000110001011111010111001000010100111111011001011100010100101111010001001110010001000 | e580adeba18beb90a7ecb8a5e89c88 |
UHC | 倭롋됧츥蜈 | 11101000110111101000111011010001100010011110010110101110100110111110100010100101 | e8de8ed189e5ae9be8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)