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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?塘?塘^ | 00111111100100111000010000111111100100111000010001011110 | 3f93843f93845e |
EUC-JP | 蔿塘蔿塘^ | 1000111111011001110000001100010111100100100011111101100111000000110001011110010001011110 | 8fd9c0c5e48fd9c0c5e45e |
UTF-8 | 蔿塘蔿塘^ | 11101000100101001011111111100101101000011001100011101000100101001011111111100101101000011001100001011110 | e894bfe5a198e894bfe5a1985e |
UHC | 蔿塘蔿塘^ | 111010101101100111010011110100101110101011011001110100111101001001011110 | ead9d3d2ead9d3d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)