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 | 100011001011001110001110110100010011111101000010 | 8cb38ed13f42 |
EUC-JP | 元紗?B | 101110001011010110111100110100110011111101000010 | b8b5bcd33f42 |
UTF-8 | 元紗뗀B | 11100101100001011000001111100111101101001001011111101011100101111000000001000010 | e58583e7b497eb978042 |
UHC | 元紗뗀B | 11101010101010101101111011101001101101101011111001000010 | eaaadee9b6be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)