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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?爭爭 | 0011111111100000101001011110000010100101 | 3fe0a5e0a5 |
EUC-JP | ?爭爭 | 0011111111100000101001111110000010100111 | 3fe0a7e0a7 |
UTF-8 | 騈爭爭 | 111010011010100010001000111001111000100010101101111001111000100010101101 | e9a888e788ade788ad |
UHC | 騈爭爭 | 110111001100000011101110101100111110111010110011 | dcc0eeb3eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)