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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 亞拙W | 1001100010110001100100001101100101010111 | 98b190d957 |
EUC-JP | 亞拙W | 1101000010110011110000001101101101010111 | d0b3c0db57 |
UTF-8 | 亞拙W | 11100100101110101001111011100110100010111001100101010111 | e4ba9ee68b9957 |
UHC | 亞拙W | 1110010010101100111100001111000001010111 | e4acf0f057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)