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 | 11101000101111111010001011100101100001011000100011100110100010111010000001000010 | e8bfa2e58588e68ba042 |
EUC-JP | 霑「蜈域侠B | 1111000011000001100011101010001011101001111001011011000011101000101101101010001001000010 | f0c18ea2e9e5b0e8b6a242 |
UTF-8 | 霑「蜈域侠B | 11101001100111001001000111101111101111011010001011101000100111001000100011100101100111111001111111100100101111101010000001000010 | e99c91efbda2e89c88e59f9fe4bea042 |
UHC | 霑?蜈域?B | 111011111100010100111111111010001010010111100110101101000011111101000010 | efc53fe8a5e6b43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)