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 | 11100100101010111000101011101101100011110101001001101000 | e4ab8aed8f5268 |
EUC-JP | 茘器蹴h | 11101000101011011011010011101111101111011011001101101000 | e8adb4efbdb368 |
UTF-8 | 茘器蹴h | 11101000100011001001100011100101100110011010100011101000101110011011010001101000 | e88c98e599a8e8b9b468 |
UHC | ?器蹴h | 001111111101000011101111111101011110110101101000 | 3fd0eff5ed68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)