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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鷹??h | 1001000111101001001111110011111101101000 | 91e93f3f68 |
EUC-JP | 鷹??h | 1100001011101011001111110011111101101000 | c2eb3f3f68 |
UTF-8 | 鷹곗띀h | 11101001101101111011100111101010101100111001011111101011100111011000000001101000 | e9b7b9eab397eb9d8068 |
UHC | 鷹곗띀h | 11101011111011011011000011101100100011011011101101101000 | ebedb0ec8dbb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)