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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??瘟?燼B | 0011111100111111111000011000100100111111111000001001111001000010 | 3f3fe1893fe09e42 |
EUC-JP | ??瘟?燼B | 0011111100111111111000011110100100111111110111111111111001000010 | 3f3fe1e93fdffe42 |
UTF-8 | 갖뤵瘟츕燼B | 11101010101100001001011011101011101001001011010111100111100110001001111111101100101110001001010111100111100001111011110001000010 | eab096eba4b5e7989fecb895e787bc42 |
UHC | 갖뤵瘟츕燼B | 1011000010101110100011111110001111101000101100001010111010001111111000111110100001000010 | b0ae8fe3e8b0ae8fe3e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)