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 | ?V??M] | 001111110101011000111111001111110100110101011101 | 3f563f3f4d5d |
SJIS-WIN | ?V??M] | 001111110101011000111111001111110100110101011101 | 3f563f3f4d5d |
EUC-JP | ?V??M] | 001111110101011000111111001111110100110101011101 | 3f563f3f4d5d |
UTF-8 | 혪V혩짧M] | 111011011001100010101010010101101110110110011000101010011110110010100111101001110100110101011101 | ed98aa56ed98a9eca7a74d5d |
UHC | 혪V혩짧M] | 110000101001001001010110110000101001000111000010101010100100110101011101 | c29256c291c2aa4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)