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???@?UB | 001111110100100000111111001111110011111101000000001111110101010101000010 | 3f483f3f3f403f5542 |
SJIS-WIN | ?H???@?UB | 001111110100100000111111001111110011111101000000001111110101010101000010 | 3f483f3f3f403f5542 |
EUC-JP | ?H???@?UB | 001111110100100000111111001111110011111101000000001111110101010101000010 | 3f483f3f3f403f5542 |
UTF-8 | 혪H혩짰혪@혪UB | 11101101100110001010101001001000111011011001100010101001111011001010011110110000111011011001100010101010010000001110110110011000101010100101010101000010 | ed98aa48ed98a9eca7b0ed98aa40ed98aa5542 |
UHC | 혪H혩짰혪@혪UB | 1100001010010010010010001100001010010001110000101010111011000010100100100100000011000010100100100101010101000010 | c29248c291c2aec29240c2925542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)