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 | 姐?? | 10001000101101110011111100111111 | 88b73f3f |
EUC-JP | 姐?? | 10110000101110010011111100111111 | b0b93f3f |
UTF-8 | 姐陋원 | 111001011010011110010000111011111010010110010001111011001001101110010000 | e5a790efa591ec9b90 |
UHC | 姐陋원 | 111011101011101111010010111010111011111111111000 | eebbd2ebbff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)