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 | 猷??諭?? | 1001011101010001001111110011111110010111010000000011111100111111 | 97513f3f97403f3f |
EUC-JP | 猷??諭?? | 1100110110110010001111110011111111001101101000010011111100111111 | cdb23f3fcda13f3f |
UTF-8 | 猷욤뜏諭낁춬 | 111001111000110010110111111011001001101010100100111010111001110010001111111010001010101110101101111010111000001010000001111011001011011010101100 | e78cb7ec9aa4eb9c8fe8abadeb8281ecb6ac |
UHC | 猷욤뜏諭낁춬 | 111010111010001110111111111010001000110110010010111010111011000110000101111010001010110110001001 | eba3bfe88d92ebb185e8ad89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)