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 | Þ×ì³ø¿\ | 11011110110101111110110010110011111110001011111101011100 | ded7ecb3f8bf5c |
SJIS-WIN | ?×????\ | 0011111110000001011111100011111100111111001111110011111101011100 | 3f817e3f3f3f3f5c |
EUC-JP | Þ×ì?ø¿\ | 10001111101010011011000010100001110111111000111110101011110000000011111110001111101010011100110010001111101000101100010001011100 | 8fa9b0a1df8fabc03f8fa9cc8fa2c45c |
UTF-8 | Þ×ì³ø¿\ | 11000011100111101100001110010111110000111010110011000010101100111100001110111000110000101011111101011100 | c39ec397c3acc2b3c3b8c2bf5c |
UHC | Þ×?³ø¿\ | 101010001010110110100001101111110011111110101001111110001010100110101010101000101010111101011100 | a8ada1bf3fa9f8a9aaa2af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)