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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 爭?爭?BF | 1110000010100101001111111110000010100101001111110100001001000110 | e0a53fe0a53f4246 |
EUC-JP | 爭?爭?BF | 1110000010100111001111111110000010100111001111110100001001000110 | e0a73fe0a73f4246 |
UTF-8 | 爭렦爭렗BF | 1110011110001000101011011110101110100000101001101110011110001000101011011110101110100000100101110100001001000110 | e788adeba0a6e788adeba0974246 |
UHC | 爭렦爭렗BF | 11101110101100111000111010110101111011101011001110001110101011000100001001000110 | eeb38eb5eeb38eac4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)