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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嵭鮃^ | 11111010101100111110100110110111111100101010111101011110 | fab3e9b7f2af5e |
EUC-JP | 嵭鮃?^ | 10001111101110111101111011110010101110010011111101011110 | 8fbbdef2b93f5e |
UTF-8 | 嵭鮃^ | 11100101101101011010110111101001101011101000001111101110100001111010011001011110 | e5b5ade9ae83ee87a65e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)