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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | テケツァD | 1100001110111001110000101010011101000100 | c3b9c2a744 |
EUC-JP | テケツァD | 100011101100001110001110101110011000111011000010100011101010011101000100 | 8ec38eb98ec28ea744 |
UTF-8 | テケツァD | 11101111101111101000001111101111101111011011100111101111101111101000001011101111101111011010011101000100 | efbe83efbdb9efbe82efbda744 |
UHC | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)