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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 担棚@担棚@B | 1001001001010011100100100100100101000000100100100101001110010010010010010100000001000010 | 9253924940925392494042 |
EUC-JP | 担棚@担棚@B | 1100001110110100110000111010101001000000110000111011010011000011101010100100000001000010 | c3b4c3aa40c3b4c3aa4042 |
UTF-8 | 担棚@担棚@B | 111001101000101110000101111001101010001110011010010000001110011010001011100001011110011010100011100110100100000001000010 | e68b85e6a39a40e68b85e6a39a4042 |
UHC | ?棚@?棚@B | 001111111101110111011100010000000011111111011101110111000100000001000010 | 3fdddc403fdddc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)