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 | è·Æ¬à× | 111010001011011111000110101011001110000011010111 | e8b7c6ace0d7 |
SJIS-WIN | ???¬?× | 0011111100111111001111111000000111001010001111111000000101111110 | 3f3f3f81ca3f817e |
EUC-JP | è?Ƭà× | 1000111110101011101100100011111110001111101010011010000110100010110011001000111110101011101000101010000111011111 | 8fabb23f8fa9a1a2cc8faba2a1df |
UTF-8 | è·Æ¬à× | 110000111010100011000010101101111100001110000110110000101010110011000011101000001100001110010111 | c3a8c2b7c386c2acc3a0c397 |
UHC | ?·Æ??× | 001111111010000110100100101010001010000100111111001111111010000110111111 | 3fa1a4a8a13f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)