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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??診???^ | 0011111100111111100100000110011000111111001111110011111101011110 | 3f3f90663f3f3f5e |
EUC-JP | ??診??蔯^ | 00111111001111111011111111000111001111110011111110001111110110011011110001011110 | 3f3fbfc73f3f8fd9bc5e |
UTF-8 | 렱렭診렱렭蔯^ | 11101011101000001011000111101011101000001010110111101000101010001011101011101011101000001011000111101011101000001010110111101000100101001010111101011110 | eba0b1eba0ade8a8baeba0b1eba0ade894af5e |
UHC | 렱렭診렱렭蔯^ | 10001110101111101000111010111010111100101110000010001110101111101000111010111010111100101101111001011110 | 8ebe8ebaf2e08ebe8ebaf2de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)