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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闡ケ迯オ閨ーB | 11101000100100011011100111100111100011011011010111101000100000011011000001000010 | e891b9e78db5e881b042 |
EUC-JP | 闡ケ迯オ閨ーB | 11101111111100011000111010111001111011011110110110001110101101011110111111100001100011101011000001000010 | eff18eb9eded8eb5efe18eb042 |
UTF-8 | 闡ケ迯オ閨ーB | 11101001100101111010000111101111101111011011100111101000101111111010111111101111101111011011010111101001100101101010100011101111101111011011000001000010 | e997a1efbdb9e8bfafefbdb5e996a8efbdb042 |
UHC | 闡???閨?B | 111101001100010100111111001111110011111111010000101100010011111101000010 | f4c53f3f3fd0b13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)