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 | ?G???G?T | 0011111101000111001111110011111100111111010001110011111101010100 | 3f473f3f3f473f54 |
SJIS-WIN | ?G???G?T | 0011111101000111001111110011111100111111010001110011111101010100 | 3f473f3f3f473f54 |
EUC-JP | ?G???G?T | 0011111101000111001111110011111100111111010001110011111101010100 | 3f473f3f3f473f54 |
UTF-8 | 혪G혩쨈혪G혪T | 111011011001100010101010010001111110110110011000101010011110110010101000100010001110110110011000101010100100011111101101100110001010101001010100 | ed98aa47ed98a9eca888ed98aa47ed98aa54 |
UHC | 혪G혩쨈혪G혪T | 11000010100100100100011111000010100100011100001010110100110000101001001001000111110000101001001001010100 | c29247c291c2b4c29247c29254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)