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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??腺 | 00111111001111111001000101000010 | 3f3f9142 |
EUC-JP | ?啞腺 | 001111111000111110110101111000001100000110100011 | 3f8fb5e0c1a3 |
UTF-8 | 卨啞腺 | 111001011000110110101000111001011001010110011110111010001000010110111010 | e58da8e5959ee885ba |
UHC | 卨啞腺 | 111000001101100111100100101011111110000011001101 | e0d9e4afe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)