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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅴタ謗ス | 111110100100010011000000111001101000111010111101 | fa44c0e68ebd |
EUC-JP | ?タ謗ス | 00111111100011101100000011101011111011101000111010111101 | 3f8ec0ebee8ebd |
UTF-8 | ⅴタ謗ス | 111000101000010110110100111011111011111010000000111010001010110010010111111011111011110110111101 | e285b4efbe80e8ac97efbdbd |
UHC | ⅴ?謗? | 101001011010010100111111110110111011111100111111 | a5a53fdbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)