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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 瀨。B | 11111011010100001010000101000010 | fb50a142 |
EUC-JP | ?。B | 00111111100011101010000101000010 | 3f8ea142 |
UTF-8 | 瀨。B | 11100111100000001010100011101111101111011010000101000010 | e780a8efbda142 |
UHC | 瀨?B | 11010110111011100011111101000010 | d6ee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)