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 GG | 100100100100010010010010010101001001000110100000010001111001001001000111 | 9244925491a0479247 |
SJIS-WIN | ?D?T??G?G | 001111110100010000111111010101000011111100111111010001110011111101000111 | 3f443f543f3f473f47 |
EUC-JP | ?D?T??G?G | 001111110100010000111111010101000011111100111111010001110011111101000111 | 3f443f543f3f473f47 |
UTF-8 | DT GG | 1100001010010010010001001100001010010010010101001100001010010001110000101010000001000111110000101001001001000111 | c29244c29254c291c2a047c29247 |
UHC | ?D?T??G?G | 001111110100010000111111010101000011111100111111010001110011111101000111 | 3f443f543f3f473f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)