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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
UTF-8 | 쩔챵횒짱BF | 1110110010101001100101001110110010110001101101011110110110011010100100101110110010100111101100010100001001000110 | eca994ecb1b5ed9a92eca7b14246 |
UHC | 쩔챵횒짱BF | 11000010101111111100001110110010110000111000110111000010101011110100001001000110 | c2bfc3b2c38dc2af4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)