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 | ?篩量 | 0011111111100010101111111001011111001010 | 3fe2bf97ca |
EUC-JP | ?篩量 | 0011111111100100110000011100111011001100 | 3fe4c1cecc |
UTF-8 | 綎篩量 | 111001111011011010001110111001111010111110101001111010011000011110001111 | e7b68ee7afa9e9878f |
UHC | 綎篩量 | 111011111111001011011110111010001101010111100001 | eff2dee8d5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)