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 | シマシォ疾勺 | 1011110011001111101111001010101110001110101111101000111011011001 | bccfbcab8ebe8ed9 |
| EUC-JP | シマシォ疾勺 | 100011101011110010001110110011111000111010111100100011101010101110111100110000001011110011011011 | 8ebc8ecf8ebc8eabbcc0bcdb |
| UTF-8 | シマシォ疾勺 | 111011111011110110111100111011111011111010001111111011111011110110111100111011111011110110101011111001111001011010111110111001011000101110111010 | efbdbcefbe8fefbdbcefbdabe796bee58bba |
| UHC | ????疾勺 | 0011111100111111001111110011111111110010111100001110110111000011 | 3f3f3f3ff2f0edc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)