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 GGV | 1001001001000100100100100101010010010001101000000100011110010010010001111001001001010110 | 9244925491a04792479256 |
SJIS-WIN | ?D?T??G?G?V | 0011111101000100001111110101010000111111001111110100011100111111010001110011111101010110 | 3f443f543f3f473f473f56 |
EUC-JP | ?D?T??G?G?V | 0011111101000100001111110101010000111111001111110100011100111111010001110011111101010110 | 3f443f543f3f473f473f56 |
UTF-8 | DT GGV | 1100001010010010010001001100001010010010010101001100001010010001110000101010000001000111110000101001001001000111110000101001001001010110 | c29244c29254c291c2a047c29247c29256 |
UHC | ?D?T??G?G?V | 0011111101000100001111110101010000111111001111110100011100111111010001110011111101010110 | 3f443f543f3f473f473f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)