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 | ??粧?牆 | 00111111001111111000111111001111001111111110000010101101 | 3f3f8fcf3fe0ad |
EUC-JP | ??粧?牆 | 00111111001111111011111011010001001111111110000010101111 | 3f3fbed13fe0af |
UTF-8 | 欌렊粧렋牆 | 111001101010110010001100111010111010000010001010111001111011001010100111111010111010000010001011111001111000100110000110 | e6ac8ceba08ae7b2a7eba08be78986 |
UHC | 欌렊粧렋牆 | 11101101111010111000111010100001111011011111001010001110101000101110110111101101 | edeb8ea1edf28ea2eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)