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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 但袖炭B | 10010010010000011001000110110011100100100101100101000010 | 924191b3925942 |
EUC-JP | 但袖炭B | 11000011101000101100001010110101110000111011101001000010 | c3a2c2b5c3ba42 |
UTF-8 | 但袖炭B | 11100100101111011000011011101000101000101001011011100111100000101010110101000010 | e4bd86e8a296e782ad42 |
UHC | 但袖炭B | 11010011101000111110001011000000111101111010100101000010 | d3a3e2c0f7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)