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 | ûEݽ | 11111011010001011101110110111101 | fb45ddbd |
SJIS-WIN | ?E?? | 00111111010001010011111100111111 | 3f453f3f |
EUC-JP | ûEÝ? | 1000111110101011111001010100010110001111101010101111001000111111 | 8fabe5458faaf23f |
UTF-8 | ûEݽ | 11000011101110110100010111000011100111011100001010111101 | c3bb45c39dc2bd |
UHC | ?E?½ | 0011111101000101001111111010100011110110 | 3f453fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)