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 | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | 弔?c畯? | 10010010101000100011111101100011111110110110111100111111 | 92a23f63fb6f3f |
EUC-JP | 弔?c畯? | 1100010010100100001111110110001110001111110011011011101100111111 | c4a43f638fcdbb3f |
UTF-8 | 弔렲c畯품 | 11100101101111001001010011101011101000001011001001100011111001111001010110101111111011011001001010001000 | e5bc94eba0b263e795afed9288 |
UHC | 弔렲c畯품 | 111100001100000010001110101111110110001111110001111000011100011110110000 | f0c08ebf63f1e1c7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)