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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鴉??陰?? | 1110100111101011001111110011111110001001010000010011111100111111 | e9eb3f3f89413f3f |
| EUC-JP | 鴉??陰?? | 1111001011101101001111110011111110110001101000100011111100111111 | f2ed3f3fb1a23f3f |
| UTF-8 | 鴉띾끀陰녜썚 | 111010011011010010001001111010111001110110111110111010111000000110000000111010011001100110110000111010111000010110011100111011001000110110011010 | e9b489eb9dbeeb8180e999b0eb859cec8d9a |
| UHC | 鴉띾끀陰녜썚 | 111001001011110010001101111010111000010110110110111010111110010010110011111010011001101110001101 | e4bc8deb85b6ebe4b3e99b8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)