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 | ?BC?Bm | 001111110100001001000011001111110100001001101101 | 3f42433f426d |
SJIS-WIN | ?BC?Bm | 001111110100001001000011001111110100001001101101 | 3f42433f426d |
EUC-JP | ?BC?Bm | 001111110100001001000011001111110100001001101101 | 3f42433f426d |
UTF-8 | 혳BC혳Bm | 11101101100110001011001101000010010000111110110110011000101100110100001001101101 | ed98b34243ed98b3426d |
UHC | 혳BC혳Bm | 1100001010011010010000100100001111000010100110100100001001101101 | c29a4243c29a426d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)