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 | 00111111100101101010111100111111111000001110001001000010 | 3f96af3fe0e242 |
EUC-JP | ?民?珞B | 00111111110011001011000100111111111000001110010001000010 | 3fccb13fe0e442 |
UTF-8 | 렺民旼珞B | 11101011101000001011101011100110101100001001000111100110100101111011110011100111100011111001111001000010 | eba0bae6b091e697bce78f9e42 |
UHC | 렺民旼珞B | 100011101100001011011010110001011101101011000100110101011010100001000010 | 8ec2dac5dac4d5a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)