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 | 讌掩尻 | 111001101010010110001001100001101001000001001011 | e6a58986904b |
EUC-JP | 讌掩尻 | 111011001010011110110001111001101011111110101100 | eca7b1e6bfac |
UTF-8 | 讌掩尻 | 111010001010111010001100111001101000111010101001111001011011000010111011 | e8ae8ce68ea9e5b0bb |
UHC | ?掩尻 | 0011111111100101111100111100110110110110 | 3fe5f3cdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)