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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬疲ゥク | 111010001010001110010100111001101010100110111000 | e8a394e6a9b8 |
EUC-JP | 陬疲ゥク | 1111000010100101110010001110100010001110101010011000111010111000 | f0a5c8e88ea98eb8 |
UTF-8 | 陬疲ゥク | 111010011001100110101100111001111001011010110010111011111011110110101001111011111011110110111000 | e999ace796b2efbda9efbdb8 |
UHC | ?疲?? | 0011111111111001101010100011111100111111 | 3ff9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)