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 | ス釭猪 | 1011110111111011101111011111101101011110 | bdfbbdfb5e |
EUC-JP | ス釭? | 100011101011110110001111111000111010111100111111 | 8ebd8fe3af3f |
UTF-8 | ス釭猪 | 111011111011110110111101111010011000011110101101111011111010100010010110 | efbdbde987adefa896 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)