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?U | 0011111101000111001111110011111100111111010001110011111101010101 | 3f473f3f3f473f55 |
SJIS-WIN | ?G???G?U | 0011111101000111001111110011111100111111010001110011111101010101 | 3f473f3f3f473f55 |
EUC-JP | ?G???G?U | 0011111101000111001111110011111100111111010001110011111101010101 | 3f473f3f3f473f55 |
UTF-8 | 혪G혩짧혪G혪U | 111011011001100010101010010001111110110110011000101010011110110010100111101001111110110110011000101010100100011111101101100110001010101001010101 | ed98aa47ed98a9eca7a7ed98aa47ed98aa55 |
UHC | 혪G혩짧혪G혪U | 11000010100100100100011111000010100100011100001010101010110000101001001001000111110000101001001001010101 | c29247c291c2aac29247c29255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)