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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譖手工襭 | 1110011010011011100011101110100010001101010010001110011001000010 | e69b8ee88d48e642 |
EUC-JP | 譖手工襭 | 1110101111111011101111001110101010111001101010011110101110100011 | ebfbbceab9a9eba3 |
UTF-8 | 譖手工襭 | 111010001010110110010110111001101000100110001011111001011011011110100101111010001010010110101101 | e8ad96e6898be5b7a5e8a5ad |
UHC | ?手工? | 001111111110001010100010110011011110111100111111 | 3fe2a2cdef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)