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 | 懊??野? | 10011100111000110011111100111111100101101110110000111111 | 9ce33f3f96ec3f |
EUC-JP | 懊??野? | 11011000111001010011111100111111110011001110111000111111 | d8e53f3fccee3f |
UTF-8 | 懊볦눥野좦 | 111001101000011110001010111010111011001110100110111010111000100010100101111010011000011110001110111011001010001010100110 | e6878aebb3a6eb88a5e9878eeca2a6 |
UHC | 懊볦눥野좦 | 11100111111110001001001111101100100001111011110011100101101011111010000101000010 | e7f893ec87bce5afa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)