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 | ÊûÑ×ì¼ | 110010101111101111010001110101111110110010111100 | cafbd1d7ecbc |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ÊûÑ×ì? | 100011111010101010110100100011111010101111100101100011111010101011010000101000011101111110001111101010111100000000111111 | 8faab48fabe58faad0a1df8fabc03f |
UTF-8 | ÊûÑ×ì¼ | 110000111000101011000011101110111100001110010001110000111001011111000011101011001100001010111100 | c38ac3bbc391c397c3acc2bc |
UHC | ???×?¼ | 0011111100111111001111111010000110111111001111111010100011111001 | 3f3f3fa1bf3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)