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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 躊稈\ | 1110011101010011111000100110001001011100 | e753e2625c |
EUC-JP | 躊稈\ | 1110110110110100111000111100001101011100 | edb4e3c35c |
UTF-8 | 躊稈\ | 11101000101110101000101011100111101010001000100001011100 | e8ba8ae7a8885c |
UHC | 躊稈\ | 1111000111001100110010101101100101011100 | f1cccad95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)