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 | 蟶ュ蜊ィ雍 | 1110010110111000101011011110010110001101101010001110100010110100 | e5b8ade58da8e8b4 |
EUC-JP | 蟶ュ蜊ィ雍 | 11101010101110101000111010101101111010011110110110001110101010001111000010110110 | eaba8eade9ed8ea8f0b6 |
UTF-8 | 蟶ュ蜊ィ雍 | 111010001001111110110110111011111011110110101101111010001001110010001010111011111011110110101000111010011001101110001101 | e89fb6efbdade89c8aefbda8e99b8d |
UHC | ????雍 | 001111110011111100111111001111111110100010111100 | 3f3f3f3fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)