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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 鞐。魴徙BF | 111010001101111010100001111010011011010110011100011011110100001001000110 | e8dea1e9b59c6f4246 |
EUC-JP | 鞐。魴徙BF | 11110000111000001000111010100001111100101011011111010111110100000100001001000110 | f0e08ea1f2b7d7d04246 |
UTF-8 | 鞐。魴徙BF | 1110100110011110100100001110111110111101101000011110100110101101101101001110010110111110100110010100001001000110 | e99e90efbda1e9adb4e5be994246 |
UHC | ???徙BF | 00111111001111110011111111011110110101010100001001000110 | 3f3f3fded54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)