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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 奄??窈 | 100010011000001000111111001111111110001001110111 | 89823f3fe277 |
| EUC-JP | 奄??窈 | 101100011110001000111111001111111110001111011000 | b1e23f3fe3d8 |
| UTF-8 | 奄낉퐦窈 | 111001011010010110000100111010111000001010001001111011011001000010100110111001111010101010001000 | e5a584eb8289ed90a6e7aa88 |
| UHC | 奄낉퐦窈 | 1110010111110010100001011110111110111101100011111110100110100001 | e5f285efbd8fe9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)