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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遶コ霎柧B | 1110011110101011101110101110100010111110100111100111011001000010 | e7abbae8be9e7642 |
EUC-JP | 遶コ霎柧B | 111011101010110110001110101110101111000011000000110110111101011101000010 | eead8ebaf0c0dbd742 |
UTF-8 | 遶コ霎柧B | 11101001100000011011011011101111101111011011101011101001100111001000111011100110100111111010011101000010 | e981b6efbdbae99c8ee69fa742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)