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 | 綺笈タ | 111000110101100110001011100010001000001101011110 | e3598b88835e |
EUC-JP | 綺笈タ | 111001011011101010110101111010001010010110111111 | e5bab5e8a5bf |
UTF-8 | 綺笈タ | 111001111011011010111010111001111010110010001000111000111000001010111111 | e7b6bae7ac88e382bf |
UHC | 綺?タ | 1101000110111011001111111010101110111111 | d1bb3fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)