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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 誰則俗\ | 10010010010011101001000110100101100100011010110101011100 | 924e91a591ad5c |
EUC-JP | 誰則俗\ | 11000011101011111100001010100111110000101010111101011100 | c3afc2a7c2af5c |
UTF-8 | 誰則俗\ | 11101000101010101011000011100101100010011000011111100100101111111001011101011100 | e8aab0e58987e4bf975c |
UHC | 誰則俗\ | 11100010110000011111011011001110111000011101010001011100 | e2c1f6cee1d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)