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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轜牙О鐔 | 1110011101111110100010011110010110000100010011111110100001011100 | e77e89e5844fe85c |
EUC-JP | 轜牙О鐔 | 1110110111011111101100101110011110100111101100001110111110111101 | eddfb2e7a7b0efbd |
UTF-8 | 轜牙О鐔 | 1110100010111101100111001110011110001001100110011101000010011110111010011001000010010100 | e8bd9ce78999d09ee99094 |
UHC | ?牙О? | 001111111110010010110011101011001011000000111111 | 3fe4b3acb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)