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 | ?Hg?AhE | 00111111010010000110011100111111010000010110100001000101 | 3f48673f416845 |
SJIS-WIN | ?Hg?AhE | 00111111010010000110011100111111010000010110100001000101 | 3f48673f416845 |
EUC-JP | ?Hg?AhE | 00111111010010000110011100111111010000010110100001000101 | 3f48673f416845 |
UTF-8 | 혪Hg혪AhE | 1110110110011000101010100100100001100111111011011001100010101010010000010110100001000101 | ed98aa4867ed98aa416845 |
UHC | 혪Hg혪AhE | 110000101001001001001000011001111100001010010010010000010110100001000101 | c2924867c292416845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)