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 | 11100101100001010011111100111111001111110011111101000010 | e5853f3f3f3f42 |
EUC-JP | 蜈????B | 11101001111001010011111100111111001111110011111101000010 | e9e53f3f3f3f42 |
UTF-8 | 蜈좂걯兩쟮B | 11101000100111001000100011101100101000101000001011101010101100011010111111101111101001011011100011101100100111111010111001000010 | e89c88eca282eab1afefa5b8ec9fae42 |
UHC | 蜈좂걯兩쟮B | 1110100010100101101000001110011110000001100110001110010110111011101000000110111001000010 | e8a5a0e78198e5bba06e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)