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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閧賀ウ零」シ | 111010001000001010001001111010101011001110010111111010111010001110111100 | e88289eab397eba3bc |
EUC-JP | 閧賀ウ零」シ | 111011111110001010110010111011001000111010110011110011101110110110001110101000111000111010111100 | efe2b2ec8eb3ceed8ea38ebc |
UTF-8 | 閧賀ウ零」シ | 111010011001011010100111111010001011001110000000111011111011110110110011111010011001101110110110111011111011110110100011111011111011110110111100 | e996a7e8b380efbdb3e99bb6efbda3efbdbc |
UHC | ?賀?零?? | 0011111111111001110001010011111111010110110000110011111100111111 | 3ff9c53fd6c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)