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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禪¥醍 | 111000100101011110000001100011111001000111100111 | e257818f91e7 |
EUC-JP | 禪¥醍 | 111000111011100010100001111011111100001011101001 | e3b8a1efc2e9 |
UTF-8 | 禪¥醍 | 111001111010011010101010111011111011111110100101111010011000011010001101 | e7a6aaefbfa5e9868d |
UHC | 禪¥醍 | 111000001100100110100001110011011111000010110101 | e0c9a1cdf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)