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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??癰?? | 001111110011111111100001100111100011111100111111 | 3f3fe19e3f3f |
EUC-JP | ??癰?? | 001111110011111111100001111111100011111100111111 | 3f3fe1fe3f3f |
UTF-8 | 첨짧癰뺝뮟 | 111011001011001010101000111011001010011110100111111001111001100110110000111010111011101010011101111010111010111010011111 | ecb2a8eca7a7e799b0ebba9debae9f |
UHC | 첨짧癰뺝뮟 | 11000011101101111100001010101010111010001011100110010101111001011001001010101011 | c3b7c2aae8b995e592ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)