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 | ?艤 | 001111111110010001111110 | 3fe47e |
EUC-JP | ?艤 | 001111111110011111011111 | 3fe7df |
UTF-8 | 챘艤 | 111011001011000110011000111010001000100110100100 | ecb198e889a4 |
UHC | 챘艤 | 11000011101010111110101111111010 | c3abebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)