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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 陽怐] | 1001011101111010100111001000000101011101 | 977a9c815d |
EUC-JP | 陽怐] | 1100110111011011110101111110000101011101 | cddbd7e15d |
UTF-8 | 陽怐] | 11101001100110011011110111100110100000001001000001011101 | e999bde680905d |
UHC | 陽?] | 11100101110101010011111101011101 | e5d53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)