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 | 11111100110110010100010111111100110110010100010101000010 | fcd945fcd94542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | üÙEüÙEB | 100011111010101111100100100011111010101011100011010001011000111110101011111001001000111110101010111000110100010101000010 | 8fabe48faae3458fabe48faae34542 |
UTF-8 | üÙEüÙEB | 1100001110111100110000111001100101000101110000111011110011000011100110010100010101000010 | c3bcc39945c3bcc3994542 |
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)