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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 允俗 | 10001000111100101001000110101101 | 88f291ad |
EUC-JP | 允俗 | 10110000111101001100001010101111 | b0f4c2af |
UTF-8 | 允俗 | 111001011000010110000001111001001011111110010111 | e58581e4bf97 |
UHC | 允俗 | 11101011110000111110000111010100 | ebc3e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)