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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雖芽オヲ^ | 11100101101010111000100111101000101101011010011001011110 | e5ab89e8b5a65e |
EUC-JP | 雖芽オヲ^ | 111010101010110110110010111010101000111010110101100011101010011001011110 | eaadb2ea8eb58ea65e |
UTF-8 | 雖芽オヲ^ | 11101001100110111001011011101000100010101011110111101111101111011011010111101111101111011010011001011110 | e99b96e88abdefbdb5efbda65e |
UHC | 雖芽??^ | 11100010110011001110010010110100001111110011111101011110 | e2cce4b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)