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 | ÊûÑ×ã÷ | 110010101111101111010001110101111110001111110111 | cafbd1d7e3f7 |
SJIS-WIN | ???×?÷ | 0011111100111111001111111000000101111110001111111000000110000000 | 3f3f3f817e3f8180 |
EUC-JP | ÊûÑ×ã÷ | 10001111101010101011010010001111101010111110010110001111101010101101000010100001110111111000111110101011101010101010000111100000 | 8faab48fabe58faad0a1df8fabaaa1e0 |
UTF-8 | ÊûÑ×ã÷ | 110000111000101011000011101110111100001110010001110000111001011111000011101000111100001110110111 | c38ac3bbc391c397c3a3c3b7 |
UHC | ???×?÷ | 0011111100111111001111111010000110111111001111111010000111000000 | 3f3f3fa1bf3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)