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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 奬h奬 | 1001101011111011011010001001101011111011 | 9afb689afb |
EUC-JP | 奬h奬 | 1101010011111101011010001101010011111101 | d4fd68d4fd |
UTF-8 | 奬h奬 | 11100101101001011010110001101000111001011010010110101100 | e5a5ac68e5a5ac |
UHC | 奬h奬 | 1110110111100001011010001110110111100001 | ede168ede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)