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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 魚??域λ?^ | 10001011100110110011111100111111100010001110011010000011110010010011111101011110 | 8b9b3f3f88e683c93f5e |
EUC-JP | 魚??域λ?^ | 10110101111110110011111100111111101100001110100010100110110010110011111101011110 | b5fb3f3fb0e8a6cb3f5e |
UTF-8 | 魚곕젧域λ젎^ | 111010011010110110011010111010101011001110010101111011001010000010100111111001011001111110011111110011101011101111101100101000001000111001011110 | e9ad9aeab395eca0a7e59f9fcebbeca08e5e |
UHC | 魚곕젧域λ젎^ | 11100101111000001011000011101011101000001001111111100110101101001010010111101011101000001000111101011110 | e5e0b0eba09fe6b4a5eba08f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)