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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???違? | 001111110011111100111111100010001110000100111111 | 3f3f3f88e13f |
EUC-JP | ???違? | 001111110011111100111111101100001110001100111111 | 3f3f3fb0e33f |
UTF-8 | 聯뤴뼰違ㅶ | 111011111010011010010111111010111010010010110100111010111011110010110000111010011000000110010101111000111000010110110110 | efa697eba4b4ebbcb0e98195e385b6 |
UHC | 聯뤴뼰違ㅶ | 11100110111000011000111111100010100101101011001111101010110111101010010011100110 | e6e18fe296b3eadea4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)