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 | ??gh | 00111111001111110110011101101000 | 3f3f6768 |
SJIS-WIN | 弴雫gh | 111110101011100010001110101101000110011101101000 | fab88eb46768 |
EUC-JP | 弴雫gh | 10001111101111001110110110111100101101100110011101101000 | 8fbcedbcb66768 |
UTF-8 | 弴雫gh | 1110010110111100101101001110100110011011101010110110011101101000 | e5bcb4e99bab6768 |
UHC | ??gh | 00111111001111110110011101101000 | 3f3f6768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)