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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 倏ムツB | 11100000110001011111001011110101110100011100001001000010 | e0c5f2f5d1c242 |
EUC-JP | 倏?ムツB | 1110000011000111001111111000111011010001100011101100001001000010 | e0c73f8ed18ec242 |
UTF-8 | 倏ムツB | 11100101100000001000111111101110100010001010110011101111101111101001000111101111101111101000001001000010 | e5808fee88acefbe91efbe8242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)