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 | 荳? | 111001001011100000111111 | e4b83f |
EUC-JP | 荳瓘 | 1110100010111010100011111100110011101111 | e8ba8fccef |
UTF-8 | 荳瓘 | 111010001000110110110011111001111001001110011000 | e88db3e79398 |
UHC | 荳瓘 | 11010100111001011100111010110110 | d4e5ceb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)