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 | □?淋? | 100000011010000000111111100101111101001000111111 | 81a03f97d23f |
EUC-JP | □?淋? | 101000101010001000111111110011101101010000111111 | a2a23fced43f |
UTF-8 | □룶淋페 | 111000101001011010100001111010111010001110110110111001101011011110001011111011011000111010011000 | e296a1eba3b6e6b78bed8e98 |
UHC | □룶淋페 | 1010000111100000100011111010101111010111111110101100011011100100 | a1e08fabd7fac6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)