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 | åîº | 111001011000000010001111111011101000001010111010 | e5808fee82ba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | å??î?º | 100011111010101110101001001111110011111110001111101010111100001000111111100011111010001011101011 | 8faba93f3f8fabc23f8fa2eb |
UTF-8 | åîº | 110000111010010111000010100000001100001010001111110000111010111011000010100000101100001010111010 | c3a5c280c28fc3aec282c2ba |
UHC | ?????º | 00111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)