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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑕ロチ瑕 | 111000001110101011011011110000011110000011101010 | e0eadbc1e0ea |
EUC-JP | 瑕ロチ瑕 | 1110000011101100100011101101101110001110110000011110000011101100 | e0ec8edb8ec1e0ec |
UTF-8 | 瑕ロチ瑕 | 111001111001000110010101111011111011111010011011111011111011111010000001111001111001000110010101 | e79195efbe9befbe81e79195 |
UHC | 瑕??瑕 | 111110011100001000111111001111111111100111000010 | f9c23f3ff9c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)