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 | èå£] | 11101000100111111000101111100101100101011010001101011101 | e89f8be595a35d |
SJIS-WIN | ?????£] | 0011111100111111001111110011111100111111100000011001001001011101 | 3f3f3f3f3f81925d |
EUC-JP | è??å?£] | 100011111010101110110010001111110011111110001111101010111010100100111111101000011111001001011101 | 8fabb23f3f8faba93fa1f25d |
UTF-8 | èå£] | 11000011101010001100001010011111110000101000101111000011101001011100001010010101110000101010001101011101 | c3a8c29fc28bc3a5c295c2a35d |
UHC | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)