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 | 櫛??? | 1000101111111001001111110011111100111111 | 8bf93f3f3f |
EUC-JP | 櫛??? | 1011011011111011001111110011111100111111 | b6fb3f3f3f |
UTF-8 | 櫛렟렺렓 | 111001101010101110011011111010111010000010011111111010111010000010111010111010111010000010010011 | e6ab9beba09feba0baeba093 |
UHC | 櫛렟렺렓 | 1111000111101110100011101011000010001110110000101000111010101000 | f1ee8eb08ec28ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)