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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 倻??沅? | 100011111011000111110110001111110011111110001111110001101110100100111111 | 8fb1f63f3f8fc6e93f |
UTF-8 | 倻귣떩沅뷓 | 111001011000000010111011111010101011011110100011111010111001011010101001111001101011001010000101111010111011011110010011 | e580bbeab7a3eb96a9e6b285ebb793 |
UHC | 倻귣떩沅뷓 | 11100101101001101000001011101011100010111011101111101010101101101001010101000010 | e5a682eb8bbbeab69542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)