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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 隘??SB | 111010001010010100111111001111110101001101000010 | e8a53f3f5342 |
EUC-JP | 隘??SB | 111100001010011100111111001111110101001101000010 | f0a73f3f5342 |
UTF-8 | 隘녽콌SB | 1110100110011010100110001110101110000101101111011110110010111101100011000101001101000010 | e99a98eb85bdecbd8c5342 |
UHC | 隘녽콌SB | 1110010011110110100001101110100110110001100010000101001101000010 | e4f686e9b1885342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)