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 | 臓他息測 | 1001000110011111100100011011110010010001101001111001000110101010 | 919f91bc91a791aa |
EUC-JP | 臓他息測 | 1100001010100001110000101011111011000010101010011100001010101100 | c2a1c2bec2a9c2ac |
UTF-8 | 臓他息測 | 111010001000011110010011111001001011101110010110111001101000000110101111111001101011100010101100 | e88793e4bb96e681afe6b8ac |
UHC | ?他息測 | 00111111111101101110001011100011110100111111011010110100 | 3ff6e2e3d3f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)