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 | 遵?牝^ | 100011111000010100111111100101101100010001011110 | 8f853f96c45e |
EUC-JP | 遵?牝^ | 101111011110010100111111110011001100011001011110 | bde53fccc65e |
UTF-8 | 遵멱牝^ | 11101001100000011011010111101011101010011011000111100111100010011001110101011110 | e981b5eba9b1e7899d5e |
UHC | 遵멱牝^ | 11110001111001011011100011101000110111101011011001011110 | f1e5b8e8deb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)