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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕉粹タ「 | 100011111101010011100010111011011100000010100010 | 8fd4e2edc0a2 |
EUC-JP | 蕉粹タ「 | 1011111011010110111001001110111110001110110000001000111010100010 | bed6e4ef8ec08ea2 |
UTF-8 | 蕉粹タ「 | 111010001001010110001001111001111011001010111001111011111011111010000000111011111011110110100010 | e89589e7b2b9efbe80efbda2 |
UHC | 蕉粹?? | 111101011010111111100010101101100011111100111111 | f5afe2b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)