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 | 歎造歎則 | 1001001001010110100100011010001010010010010101101001000110100101 | 925691a2925691a5 |
| EUC-JP | 歎造歎則 | 1100001110110111110000101010010011000011101101111100001010100111 | c3b7c2a4c3b7c2a7 |
| UTF-8 | 歎造歎則 | 111001101010110110001110111010011000000010100000111001101010110110001110111001011000100110000111 | e6ad8ee980a0e6ad8ee58987 |
| UHC | 歎造歎則 | 1111011110100111111100001110001111110111101001111111011011001110 | f7a7f0e3f7a7f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)