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Ù¯EB | 11011001101011110100010111011001101011110100010101000010 | d9af45d9af4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | Ù¯EÙ¯EB | 100011111010101011100011100011111010001010110100010001011000111110101010111000111000111110100010101101000100010101000010 | 8faae38fa2b4458faae38fa2b44542 |
UTF-8 | Ù¯EÙ¯EB | 1100001110011001110000101010111101000101110000111001100111000010101011110100010101000010 | c399c2af45c399c2af4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)