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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 牝?閘^ | 100101101100010000111111111010000111110101011110 | 96c43fe87d5e |
EUC-JP | 牝?閘^ | 110011001100011000111111111011111101111001011110 | ccc63fefde5e |
UTF-8 | 牝瑥閘^ | 11100111100010011001110111100111100100011010010111101001100101101001100001011110 | e7899de791a5e996985e |
UHC | 牝瑥閘^ | 11011110101101101110100010101111110010111010011001011110 | deb6e8afcba65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)