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 | 崖??燿?? | 1000101001010010001111110011111111100000101000000011111100111111 | 8a523f3fe0a03f3f |
| EUC-JP | 崖??燿?? | 1011001110110011001111110011111111100000101000100011111100111111 | b3b33f3fe0a23f3f |
| UTF-8 | 崖ㅷ쐞燿곲콊 | 111001011011010010010110111000111000010110110111111011001001000010011110111001111000011110111111111010101011001110110010111011001011110110001010 | e5b496e385b7ec909ee787bfeab3b2ecbd8a |
| UHC | 崖ㅷ쐞燿곲콊 | 111001001111000010100100111001111001110010000100111010001111110010000001111010011011000110000110 | e4f0a4e79c84e8fc81e9b186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)