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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鈺??猷?^ | 1111101111000100001111110011111110010111010100010011111101011110 | fbc43f3f97513f5e |
EUC-JP | 鈺??猷?^ | 100011111110001111010101001111110011111111001101101100100011111101011110 | 8fe3d53f3fcdb23f5e |
UTF-8 | 鈺쎄만猷괗^ | 11101001100010001011101011101100100011101000010011101011101001111000110011100111100011001011011111101010101101001001011101011110 | e988baec8e84eba78ce78cb7eab4975e |
UHC | 鈺쎄만猷괗^ | 1110100010101101101111011110101010111000101110001110101110100011100000100100010001011110 | e8adbdeab8b8eba382445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)