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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 輿??釉ε? | 100101110110000000111111001111111110011111010110100000111100001100111111 | 97603f3fe7d683c33f |
EUC-JP | 輿??釉ε? | 110011011100000100111111001111111110111011011000101001101100010100111111 | cdc13f3feed8a6c53f |
UTF-8 | 輿살뇳釉ε첎 | 1110100010111100101111111110110010000010101101001110101110000111101100111110100110000111100010011100111010110101111011001011001010001110 | e8bcbfec82b4eb87b3e98789ceb5ecb28e |
UHC | 輿살뇳釉ε첎 | 111001101010101110111011111011001000011110010111111010111011100010100101111001011010101010011011 | e6abbbec8797ebb8a5e5aa9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)