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 | è¿Ù | 111010001011111111011001 | e8bfd9 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | è¿Ù | 100011111010101110110010100011111010001011000100100011111010101011100011 | 8fabb28fa2c48faae3 |
UTF-8 | è¿Ù | 110000111010100011000010101111111100001110011001 | c3a8c2bfc399 |
UHC | ?¿? | 00111111101000101010111100111111 | 3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)