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ÃÃh | 1100001110111100010001011100001110001001110000111001101101101000 | c3bc45c389c39b68 |
SJIS-WIN | ??E????h | 0011111100111111010001010011111100111111001111110011111101101000 | 3f3f453f3f3f3f68 |
EUC-JP | Ã?EÃ?Ã?h | 1000111110101010101010100011111101000101100011111010101010101010001111111000111110101010101010100011111101101000 | 8faaaa3f458faaaa3f8faaaa3f68 |
UTF-8 | üEÃÃh | 1100001110000011110000101011110001000101110000111000001111000010100010011100001110000011110000101001101101101000 | c383c2bc45c383c289c383c29b68 |
UHC | ?¼E????h | 001111111010100011111001010001010011111100111111001111110011111101101000 | 3fa8f9453f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)