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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
UTF-8 | 룶핊㈛룫陸] | 11101011101000111011011011101101100101011000101011100011100010001001101111101011101000111010101111101111101001111001001101011101 | eba3b6ed958ae3889beba3abefa7935d |
UHC | 룶핊㈛룫陸] | 1000111110101011110000001000111110101001110011001000111110100010111010111100000101011101 | 8fabc08fa9cc8fa2ebc15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)