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 | [[^ | 1001111110001101100111111000110101011011100111111000110110011111100011010101101101011110 | 9f8d9f8d5b9f8d9f8d5b5e |
SJIS-WIN | ????[????[^ | 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 | 3f3f3f3f5b3f3f3f3f5b5e |
EUC-JP | ????[????[^ | 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 | 3f3f3f3f5b3f3f3f3f5b5e |
UTF-8 | [[^ | 11000010100111111100001010001101110000101001111111000010100011010101101111000010100111111100001010001101110000101001111111000010100011010101101101011110 | c29fc28dc29fc28d5bc29fc28dc29fc28d5b5e |
UHC | ????[????[^ | 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 | 3f3f3f3f5b3f3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)