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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?拜?傲?搬 | 001111111001110101100000001111111001100011111100001111111001010011000000 | 3f9d603f98fc3f94c0 |
EUC-JP | ?拜濩傲?搬 | 0011111111011001110000011000111111001001101001001101000011111110001111111100100011000010 | 3fd9c18fc9a4d0fe3fc8c2 |
UTF-8 | 뤊拜濩傲歷搬 | 111010111010010010001010111001101000101110011100111001101011111110101001111001011000001010110010111011111010011010001100111001101001000010101100 | eba48ae68b9ce6bfa9e582b2efa68ce690ac |
UHC | 뤊拜濩傲歷搬 | 100011111011101011011011110010001111101111001101111001111110110011100110101110001101101011100110 | 8fbadbc8fbcde7ece6b8dae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)