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 | 11100100101100011000001011100110100010100100001101000010 | e4b182e68a4342 |
EUC-JP | 莖よ海B | 11101000101100111010010011101000101100111010010001000010 | e8b3a4e8b3a442 |
UTF-8 | 莖よ海B | 11101000100011101001011011100011100000101000100011100110101101011011011101000010 | e88e96e38288e6b5b742 |
UHC | 莖よ海B | 11001100111011001010101011101000111110101010110101000010 | ccecaae8faad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)