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 | ???SBF | 001111110011111100111111010100110100001001000110 | 3f3f3f534246 |
SJIS-WIN | 裃≫dSBF | 111001011101111110000001111000101000001010000100010100110100001001000110 | e5df81e28284534246 |
EUC-JP | 裃≫dSBF | 111010101110000110100010111001001010001111100100010100110100001001000110 | eae1a2e4a3e4534246 |
UTF-8 | 裃≫dSBF | 111010001010001110000011111000101000100110101011111011111011110110000100010100110100001001000110 | e8a383e289abefbd84534246 |
UHC | ?≫dSBF | 0011111110100001111011011010001111100100010100110100001001000110 | 3fa1eda3e4534246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)