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 | 臆??柚 | 100010011011000000111111001111111001011101001101 | 89b03f3f974d |
EUC-JP | 臆??柚 | 101100101011001000111111001111111100110110101110 | b2b23f3fcdae |
UTF-8 | 臆띻퉱柚 | 111010001000011110000110111010111001110110111011111011011000100110110001111001101001111110011010 | e88786eb9dbbed89b1e69f9a |
UHC | 臆띻퉱柚 | 1110010111100110100011011110101010111001100010011110101011110110 | e5e68deab989eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)