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 | ??H??B | 001111110011111101001000001111110011111101000010 | 3f3f483f3f42 |
SJIS-WIN | ??H??B | 001111110011111101001000001111110011111101000010 | 3f3f483f3f42 |
EUC-JP | ??H??B | 001111110011111101001000001111110011111101000010 | 3f3f483f3f42 |
UTF-8 | 횙짯H철쨈B | 1110110110011010100110011110110010100111101011110100100011101100101100101010000011101100101010001000100001000010 | ed9a99eca7af48ecb2a0eca88842 |
UHC | 횙짯H철쨈B | 11000011100100111100001010101101010010001100001110110110110000101011010001000010 | c393c2ad48c3b6c2b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)