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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 窈ユ?B | 111000100111011110000011100001100011111101000010 | e27783863f42 |
EUC-JP | 窈ユ?B | 111000111101100010100101111001100011111101000010 | e3d8a5e63f42 |
UTF-8 | 窈ユ뮃B | 11100111101010101000100011100011100000111010011011101011101011101000001101000010 | e7aa88e383a6ebae8342 |
UHC | 窈ユ뮃B | 11101001101000011010101111100110100100101001001001000010 | e9a1abe6929242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)