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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕉粹タ | 1000111111010100111000101110110111000000 | 8fd4e2edc0 |
EUC-JP | 蕉粹タ | 101111101101011011100100111011111000111011000000 | bed6e4ef8ec0 |
UTF-8 | 蕉粹タ | 111010001001010110001001111001111011001010111001111011111011111010000000 | e89589e7b2b9efbe80 |
UHC | 蕉粹? | 1111010110101111111000101011011000111111 | f5afe2b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)