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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???鹽?B | 00111111001111110011111111101010011001000011111101000010 | 3f3f3fea643f42 |
EUC-JP | ???鹽?B | 00111111001111110011111111110011110001010011111101000010 | 3f3f3ff3c53f42 |
UTF-8 | 簾앾쉥鹽튵B | 11101111101001101010011011101100100101011011111011101100100010011010010111101001101110011011110111101101100010101011010101000010 | efa6a6ec95beec89a5e9b9bded8ab542 |
UHC | 簾앾쉥鹽튵B | 1110011110100001100111011110111110111101101010111110011110100100101110100110011101000010 | e7a19defbdabe7a4ba6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)