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 | ?濕?濕^ | 00111111111000000101101100111111111000000101101101011110 | 3fe05b3fe05b5e |
EUC-JP | ?濕?濕^ | 00111111110111111011110000111111110111111011110001011110 | 3fdfbc3fdfbc5e |
UTF-8 | 렣濕렣濕^ | 11101011101000001010001111100110101111111001010111101011101000001010001111100110101111111001010101011110 | eba0a3e6bf95eba0a3e6bf955e |
UHC | 렣濕렣濕^ | 100011101011010011100011101001011000111010110100111000111010010101011110 | 8eb4e3a58eb4e3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)