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 | 箋??俺?? | 1110001010110011001111110011111110001001101101000011111100111111 | e2b33f3f89b43f3f |
| EUC-JP | 箋??俺?? | 1110010010110101001111110011111110110010101101100011111100111111 | e4b53f3fb2b63f3f |
| UTF-8 | 箋묉깄俺뷴났 | 111001111010111010001011111010111010110010001001111010101011100110000100111001001011111110111010111010111011011110110100111010111000001010101100 | e7ae8bebac89eab984e4bfbaebb7b4eb82ac |
| UHC | 箋묉깄俺뷴났 | 111011111010100010010001111001101000001110000101111001011110111110111010111001011011001110110101 | efa891e68385e5efbae5b3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)