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 | 紕る宛覬 | 1110001101000010100000101110100110001000101101101110011001010000 | e34282e988b6e650 |
EUC-JP | 紕る宛覬 | 1110010110100011101001001110101110110000101110001110101110110001 | e5a3a4ebb0b8ebb1 |
UTF-8 | 紕る宛覬 | 111001111011010010010101111000111000001010001011111001011010111010011011111010001010011010101100 | e7b495e3828be5ae9be8a6ac |
UHC | ?る宛? | 001111111010101011101011111010001100100000111111 | 3faaebe8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)