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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霍溘慈 | 111010001011011110011111111000111000111010011100 | e8b79fe38e9c |
EUC-JP | 霍溘慈 | 111100001011100111011110111001011011101111111100 | f0b9dee5bbfc |
UTF-8 | 霍溘慈 | 111010011001110010001101111001101011101010011000111001101000010110001000 | e99c8de6ba98e68588 |
UHC | ??慈 | 00111111001111111110110110110001 | 3f3fedb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)