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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 床モ琇^ | 100011111011000011010011111110110110010101011110 | 8fb0d3fb655e |
EUC-JP | 床モ琇^ | 1011111010110010100011101101001110001111110011001010010101011110 | beb28ed38fcca55e |
UTF-8 | 床モ琇^ | 11100101101110101000101011101111101111101001001111100111100100001000011101011110 | e5ba8aefbe93e790875e |
UHC | 床?琇^ | 110111111100100100111111111000101010111101011110 | dfc93fe2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)