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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 獻礦G | 1110000011011001111000011110011001000111 | e0d9e1e647 |
EUC-JP | 獻礦G | 1110000011011011111000101110100001000111 | e0dbe2e847 |
UTF-8 | 獻礦G | 11100111100011011011101111100111101001001010011001000111 | e78dbbe7a4a647 |
UHC | 獻?G | 11111010110011000011111101000111 | facc3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)