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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繞??? | 1110001110000101001111110011111100111111 | e3853f3f3f |
EUC-JP | 繞??? | 1110010111100101001111110011111100111111 | e5e53f3f3f |
UTF-8 | 繞섢옺짯 | 111001111011100110011110111011001000010010100010111011001001100010111010111011001010011110101111 | e7b99eec84a2ec98baeca7af |
UHC | 繞섢옺짯 | 1110100110100100100110001111100010011110101100001100001010101101 | e9a498f89eb0c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)