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 | ?BN}?BN{^ | 001111110100001001001110011111010011111101000010010011100111101101011110 | 3f424e7d3f424e7b5e |
SJIS-WIN | 隗BN}隗BN{^ | 1110100010100111010000100100111001111101111010001010011101000010010011100111101101011110 | e8a7424e7de8a7424e7b5e |
EUC-JP | 隗BN}隗BN{^ | 1111000010101001010000100100111001111101111100001010100101000010010011100111101101011110 | f0a9424e7df0a9424e7b5e |
UTF-8 | 隗BN}隗BN{^ | 11101001100110101001011101000010010011100111110111101001100110101001011101000010010011100111101101011110 | e99a97424e7de99a97424e7b5e |
UHC | ?BN}?BN{^ | 001111110100001001001110011111010011111101000010010011100111101101011110 | 3f424e7d3f424e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)