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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | テヲツカツ桂F | 1100001110100110110000101011011011000010100011000110101001000110 | c3a6c2b6c28c6a46 |
EUC-JP | テヲツカツ桂F | 10001110110000111000111010100110100011101100001010001110101101101000111011000010101101111100101101000110 | 8ec38ea68ec28eb68ec2b7cb46 |
UTF-8 | テヲツカツ桂F | 11101111101111101000001111101111101111011010011011101111101111101000001011101111101111011011011011101111101111101000001011100110101000011000001001000110 | efbe83efbda6efbe82efbdb6efbe82e6a18246 |
UHC | ?????桂F | 0011111100111111001111110011111100111111110011001111110101000110 | 3f3f3f3f3fccfd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)