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 | æ¹å | 111001101011100110011011111001011000110110010010 | e6b99be58d92 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æ??å?? | 10001111101010011100000100111111001111111000111110101011101010010011111100111111 | 8fa9c13f3f8faba93f3f |
UTF-8 | æ¹å | 110000111010011011000010101110011100001010011011110000111010010111000010100011011100001010010010 | c3a6c2b9c29bc3a5c28dc292 |
UHC | æ¹???? | 1010100110100001101010011111011000111111001111110011111100111111 | a9a1a9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)