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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 鴆自鳫宍H | 111010011110111110001110101010011110100111101101100011101011001101001000 | e9ef8ea9e9ed8eb348 |
EUC-JP | 鴆自鳫宍H | 111100101111000110111100101010111111001011101111101111001011010101001000 | f2f1bcabf2efbcb548 |
UTF-8 | 鴆自鳫宍H | 11101001101101001000011011101000100001111010101011101001101100111010101111100101101011101000110101001000 | e9b486e887aae9b3abe5ae8d48 |
UHC | ?自??H | 001111111110110110111011001111110011111101001000 | 3fedbb3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)