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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 潁e?B | 100111111111000110000010100001010011111101000010 | 9ff182853f42 |
EUC-JP | 潁e?B | 110111101111001110100011111001010011111101000010 | def3a3e53f42 |
UTF-8 | 潁e갰B | 11100110101111011000000111101111101111011000010111101010101100001011000001000010 | e6bd81efbd85eab0b042 |
UHC | 潁e갰B | 11100111101110001010001111100101101100001011101001000010 | e7b8a3e5b0ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)