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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ゚オ¥儔B | 11011111101101011000000110001111100110010101000101000010 | dfb5818f995142 |
EUC-JP | ゚オ¥儔B | 100011101101111110001110101101011010000111101111110100011011001001000010 | 8edf8eb5a1efd1b242 |
UTF-8 | ゚オ¥儔B | 11101111101111101001111111101111101111011011010111101111101111111010010111100101100001001001010001000010 | efbe9fefbdb5efbfa5e5849442 |
UHC | ??¥?B | 001111110011111110100001110011010011111101000010 | 3f3fa1cd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)