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 | 昇隯ア | 1000111110111000111110111110110010110001 | 8fb8fbecb1 |
EUC-JP | 昇隯ア | 10111110101110101000111111100110111011111000111010110001 | beba8fe6ef8eb1 |
UTF-8 | 昇隯ア | 111001101001100010000111111010011001101010101111111011111011110110110001 | e69887e99aafefbdb1 |
UHC | 昇?? | 11100011101100000011111100111111 | e3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)