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 | 壓敍舜 | 100110101101100010011101110001001000111101110111 | 9ad89dc48f77 |
EUC-JP | 壓敍舜 | 110101001101101011011010110001101011110111011000 | d4dadac6bdd8 |
UTF-8 | 壓敍舜 | 111001011010001110010011111001101001010110001101111010001000100010011100 | e5a393e6958de8889c |
UHC | 壓敍舜 | 111001001110001011011111111100111110001011101111 | e4e2dff3e2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)