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 | DT G | 10010010010001001001001001010100100100011010000001000111 | 9244925491a047 |
SJIS-WIN | ?D?T??G | 00111111010001000011111101010100001111110011111101000111 | 3f443f543f3f47 |
EUC-JP | ?D?T??G | 00111111010001000011111101010100001111110011111101000111 | 3f443f543f3f47 |
UTF-8 | DT G | 1100001010010010010001001100001010010010010101001100001010010001110000101010000001000111 | c29244c29254c291c2a047 |
UHC | ?D?T??G | 00111111010001000011111101010100001111110011111101000111 | 3f443f543f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)