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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 載攀??舞 | 1000110111011010100111011011001100111111001111111001010110010001 | 8dda9db33f3f9591 |
| EUC-JP | 載攀??舞 | 1011101011011100110110101011010100111111001111111100100111110001 | badcdab53f3fc9f1 |
| UTF-8 | 載攀렱며舞 | 111010001011110010001001111001101001010010000000111010111010000010110001111010111010100110110000111010001000100010011110 | e8bc89e69480eba0b1eba9b0e8889e |
| UHC | 載攀렱며舞 | 11101110101100001101101011100111100011101011111010111000111001111101100111110001 | eeb0dae78ebeb8e7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)