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 | 筌??裕?? | 1110001010100011001111110011111110010111010101000011111100111111 | e2a33f3f97543f3f |
| EUC-JP | 筌??裕?? | 1110010010100101001111110011111111001101101101010011111100111111 | e4a53f3fcdb53f3f |
| UTF-8 | 筌껉엥裕㎩렘 | 111001111010110110001100111010101011101110001001111011001001011110100101111010001010001110010101111000111000111010101001111010111010000010011000 | e7ad8ceabb89ec97a5e8a395e38ea9eba098 |
| UHC | 筌껉엥裕㎩렘 | 111011111010011110000011111010101011111110101000111010111010111010100111111001011011011110111101 | efa783eabfa8ebaea7e5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)