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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 蝸スE蝸スEB | 111001011001011110111101010001011110010110010111101111010100010101000010 | e597bd45e597bd4542 |
EUC-JP | 蝸スE蝸スEB | 1110100111110111100011101011110101000101111010011111011110001110101111010100010101000010 | e9f78ebd45e9f78ebd4542 |
UTF-8 | 蝸スE蝸スEB | 111010001001110110111000111011111011110110111101010001011110100010011101101110001110111110111101101111010100010101000010 | e89db8efbdbd45e89db8efbdbd4542 |
UHC | 蝸?E蝸?EB | 111010001100010000111111010001011110100011000100001111110100010101000010 | e8c43f45e8c43f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)