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 | 蒹呈 | 11100100111000111001001011100110 | e4e392e6 |
EUC-JP | 蒹呈 | 11101000111001011100010011101000 | e8e5c4e8 |
UTF-8 | 蒹呈 | 111010001001001010111001111001011001000110001000 | e892b9e59188 |
UHC | ?呈 | 001111111110111111010000 | 3fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)