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 | 餓ζ?吾? | 1000100111101100100000111100010000111111100011001110000100111111 | 89ec83c43f8ce13f |
EUC-JP | 餓ζ?吾? | 1011001011101110101001101100011000111111101110001110001100111111 | b2eea6c63fb8e33f |
UTF-8 | 餓ζ퐯吾쳿 | 1110100110100100100100111100111010110110111011011001000010101111111001011001000010111110111011001011001110111111 | e9a493ceb6ed90afe590beecb3bf |
UHC | 餓ζ퐯吾쳿 | 11100100101110111010010111100110101111011001100011100111111011101010110001000010 | e4bba5e6bd98e7eeac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)