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 | 邨ゎ∟蒻榊さ | 111001111011010110000010111011001000011110011000111001001110100010001101111001011000001010110011 | e7b582ec8798e4e88de582b3 |
| EUC-JP | 邨ゎ?蒻榊さ | 1110111010110111101001001110111000111111111010001110101010111010111001111010010010110101 | eeb7a4ee3fe8eabae7a4b5 |
| UTF-8 | 邨ゎ∟蒻榊さ | 111010011000001010101000111000111000001010001110111000101000100010011111111010001001001010111011111001101010011010001010111000111000000110010101 | e982a8e3828ee2889fe892bbe6a68ae38195 |
| UHC | 邨ゎ?蒻?さ | 11110101101111101010101011101110001111111110010110110110001111111010101010110101 | f5beaaee3fe5b63faab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)