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 | 耳種醍 | 100011101010100010001110111011011001000111100111 | 8ea88eed91e7 |
EUC-JP | 耳種醍 | 101111001010101010111100111011111100001011101001 | bcaabcefc2e9 |
UTF-8 | 耳種醍 | 111010001000000010110011111001111010100010101110111010011000011010001101 | e880b3e7a8aee9868d |
UHC | 耳種醍 | 111011001011110011110000111110101111000010110101 | ecbcf0faf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)