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 | 昇隯ウ | 1000111110111000111110111110110010110011 | 8fb8fbecb3 |
EUC-JP | 昇隯ウ | 10111110101110101000111111100110111011111000111010110011 | beba8fe6ef8eb3 |
UTF-8 | 昇隯ウ | 111001101001100010000111111010011001101010101111111011111011110110110011 | e69887e99aafefbdb3 |
UHC | 昇?? | 11100011101100000011111100111111 | e3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)