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 | ⅷタ鰰ォ糜 | 1111101001000111110000001110100111011110101010111110001011110100 | fa47c0e9deabe2f4 |
EUC-JP | ?タ鰰ォ糜 | 001111111000111011000000111100101110000010001110101010111110010011110110 | 3f8ec0f2e08eabe4f6 |
UTF-8 | ⅷタ鰰ォ糜 | 111000101000010110110111111011111011111010000000111010011011000010110000111011111011110110101011111001111011001110011100 | e285b7efbe80e9b0b0efbdabe7b39c |
UHC | ⅷ???? | 101001011010100000111111001111110011111100111111 | a5a83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)