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 | ?Gd?H?G | 00111111010001110110010000111111010010000011111101000111 | 3f47643f483f47 |
SJIS-WIN | ?Gd?H?G | 00111111010001110110010000111111010010000011111101000111 | 3f47643f483f47 |
EUC-JP | ?Gd?H?G | 00111111010001110110010000111111010010000011111101000111 | 3f47643f483f47 |
UTF-8 | 혪Gd혪H혪G | 11101101100110001010101001000111011001001110110110011000101010100100100011101101100110001010101001000111 | ed98aa4764ed98aa48ed98aa47 |
UHC | 혪Gd혪H혪G | 11000010100100100100011101100100110000101001001001001000110000101001001001000111 | c2924764c29248c29247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)