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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蛭??淺?^ | 1001010101100111001111110011111110011111110001110011111101011110 | 95673f3f9fc73f5e |
EUC-JP | 蛭??淺?^ | 1100100111001000001111110011111111011110110010010011111101011110 | c9c83f3fdec93f5e |
UTF-8 | 蛭샷뤚淺픠^ | 11101000100110111010110111101100100000111011011111101011101001001001101011100110101101111011101011101101100101001010000001011110 | e89badec83b7eba49ae6b7baed94a05e |
UHC | 蛭샷뤚淺픠^ | 1111001011110100101111001010011010001111110010011111010010111100110000000110001101011110 | f2f4bca68fc9f4bcc0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)