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 | 筌??違?┸ | 111000101010001100111111001111111000100011100001001111111000010010111101 | e2a33f3f88e13f84bd |
| EUC-JP | 筌??違?┸ | 111001001010010100111111001111111011000011100011001111111010100010111111 | e4a53f3fb0e33fa8bf |
| UTF-8 | 筌뗭궇違쏉┸ | 111001111010110110001100111010111001011110101101111010101011011010000111111010011000000110010101111011001000111110001001111000101001010010111000 | e7ad8ceb97adeab687e98195ec8f89e294b8 |
| UHC | 筌뗭궇違쏉┸ | 111011111010011110001011111011001000001010100000111010101101111010011011111011111010011010111111 | efa78bec82a0eade9befa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)