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 | 邊、蜉ォ蜷疑 | 11100111101100101010010011100101100010101010101111100101100100001000101101011110 | e7b2a4e58aabe5908b5e |
| EUC-JP | 邊、蜉ォ蜷疑 | 111011101011010010001110101001001110100111101010100011101010101111101001111100001011010110111111 | eeb48ea4e9ea8eabe9f0b5bf |
| UTF-8 | 邊、蜉ォ蜷疑 | 111010011000001010001010111011111011110110100100111010001001110010001001111011111011110110101011111010001001110010110111111001111001011010010001 | e9828aefbda4e89c89efbdabe89cb7e79691 |
| UHC | 邊????疑 | 1101110010101011001111110011111100111111001111111110101111110111 | dcab3f3f3f3febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)