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 | ?H?R?AgB | 0011111101001000001111110101001000111111010000010110011101000010 | 3f483f523f416742 |
SJIS-WIN | ?H?R?AgB | 0011111101001000001111110101001000111111010000010110011101000010 | 3f483f523f416742 |
EUC-JP | ?H?R?AgB | 0011111101001000001111110101001000111111010000010110011101000010 | 3f483f523f416742 |
UTF-8 | 혪H혪R혪AgB | 1110110110011000101010100100100011101101100110001010101001010010111011011001100010101010010000010110011101000010 | ed98aa48ed98aa52ed98aa416742 |
UHC | 혪H혪R혪AgB | 1100001010010010010010001100001010010010010100101100001010010010010000010110011101000010 | c29248c29252c292416742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)