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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 災??^ | 1000110111010000001111110011111101011110 | 8dd03f3f5e |
EUC-JP | 災??^ | 1011101011010010001111110011111101011110 | bad23f3f5e |
UTF-8 | 災쾡걋^ | 11100111100000011011110111101100101111101010000111101010101100011000101101011110 | e781bdecbea1eab18b5e |
UHC | 災쾡걋^ | 11101110101011001100010011101001101100001100000001011110 | eeacc4e9b0c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)