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 | セ羣ナ^ | 1011111011100011101110001100010101011110 | bee3b8c55e |
EUC-JP | セ羣ナ^ | 10001110101111101110011010111010100011101100010101011110 | 8ebee6ba8ec55e |
UTF-8 | セ羣ナ^ | 11101111101111011011111011100111101111101010001111101111101111101000010101011110 | efbdbee7bea3efbe855e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)