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 | Â×}Â×{^ | 100011111100001011010111011111011000111111000010110101110111101101011110 | 8fc2d77d8fc2d77b5e |
SJIS-WIN | ??×}??×{^ | 0011111100111111100000010111111001111101001111110011111110000001011111100111101101011110 | 3f3f817e7d3f3f817e7b5e |
EUC-JP | ?Â×}?Â×{^ | 001111111000111110101010101001001010000111011111011111010011111110001111101010101010010010100001110111110111101101011110 | 3f8faaa4a1df7d3f8faaa4a1df7b5e |
UTF-8 | Â×}Â×{^ | 110000101000111111000011100000101100001110010111011111011100001010001111110000111000001011000011100101110111101101011110 | c28fc382c3977dc28fc382c3977b5e |
UHC | ??×}??×{^ | 0011111100111111101000011011111101111101001111110011111110100001101111110111101101011110 | 3f3fa1bf7d3f3fa1bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)