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 | ûPîª | 111110110101000010010111111011101000001010101010 | fb5097ee82aa |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | ûP?î?ª | 100011111010101111100101010100000011111110001111101010111100001000111111100011111010001011101100 | 8fabe5503f8fabc23f8fa2ec |
UTF-8 | ûPîª | 1100001110111011010100001100001010010111110000111010111011000010100000101100001010101010 | c3bb50c297c3aec282c2aa |
UHC | ?P???ª | 00111111010100000011111100111111001111111010100010100011 | 3f503f3f3fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)