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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?拜?傲? | 00111111100111010110000000111111100110001111110000111111 | 3f9d603f98fc3f |
EUC-JP | ?拜濩傲? | 001111111101100111000001100011111100100110100100110100001111111000111111 | 3fd9c18fc9a4d0fe3f |
UTF-8 | 뤊拜濩傲歷 | 111010111010010010001010111001101000101110011100111001101011111110101001111001011000001010110010111011111010011010001100 | eba48ae68b9ce6bfa9e582b2efa68c |
UHC | 뤊拜濩傲歷 | 10001111101110101101101111001000111110111100110111100111111011001110011010111000 | 8fbadbc8fbcde7ece6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)