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 | 疾鬨 | 10001110101111101110100110101000 | 8ebee9a8 |
EUC-JP | 疾鬨 | 10111100110000001111001010101010 | bcc0f2aa |
UTF-8 | 疾鬨 | 111001111001011010111110111010011010110010101000 | e796bee9aca8 |
UHC | 疾? | 111100101111000000111111 | f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)