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 | ?璉?璉^ | 00111111111110110110110000111111111110110110110001011110 | 3ffb6c3ffb6c5e |
EUC-JP | ?璉?璉^ | 001111111000111111001100110100000011111110001111110011001101000001011110 | 3f8fccd03f8fccd05e |
UTF-8 | 뤒璉뤒璉^ | 11101011101001001001001011100111100100101000100111101011101001001001001011100111100100101000100101011110 | eba492e79289eba492e792895e |
UHC | 뤒璉뤒璉^ | 100011111100001011010110101000101000111111000010110101101010001001011110 | 8fc2d6a28fc2d6a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)