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 | 00111111001111111111101101101010100100101010010001000010 | 3f3ffb6a92a442 |
EUC-JP | ??琮彫B | 0011111100111111100011111100110010110010110001001010011001000010 | 3f3f8fccb2c4a642 |
UTF-8 | 롎롖琮彫B | 11101011101000011000111011101011101000011001011011100111100100001010111011100101101111011010101101000010 | eba18eeba196e790aee5bdab42 |
UHC | 롎롖琮彫B | 100011101101010010001110110110101111000011111001111100001100000101000010 | 8ed48edaf0f9f0c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)