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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?尊?k | 0011111110010001101110000011111101101011 | 3f91b83f6b |
EUC-JP | ?尊?k | 0011111111000010101110100011111101101011 | 3fc2ba3f6b |
UTF-8 | 알尊렏k | 11101100100101011000110011100101101100001000101011101011101000001000111101101011 | ec958ce5b08aeba08f6b |
UHC | 알尊렏k | 10111110110010111111000011101110100011101010010101101011 | becbf0ee8ea56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)