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 | 臀芽 | 11100100010111001000100111101000 | e45c89e8 |
EUC-JP | 臀芽 | 11100111101111011011001011101010 | e7bdb2ea |
UTF-8 | 臀芽 | 111010001000011110000000111010001000101010111101 | e88780e88abd |
UHC | 臀芽 | 11010100111010111110010010110100 | d4ebe4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)