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^ | 1110100010001110101010000110010101011110 | e88ea8655e |
SJIS-WIN | ??¨e^ | 001111110011111110000001010011100110010101011110 | 3f3f814e655e |
EUC-JP | è?¨e^ | 1000111110101011101100100011111110100001101011110110010101011110 | 8fabb23fa1af655e |
UTF-8 | è¨e^ | 1100001110101000110000101000111011000010101010000110010101011110 | c3a8c28ec2a8655e |
UHC | ??¨e^ | 001111110011111110100001101001110110010101011110 | 3f3fa1a7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)