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 | 陬エ隨ャ蓚 | 1110100010100011101101001110011110101100101011001110010011101001 | e8a3b4e7acace4e9 |
EUC-JP | 陬エ隨ャ蓚 | 11110000101001011000111010110100111011101010111010001110101011001110100011101011 | f0a58eb4eeae8eace8eb |
UTF-8 | 陬エ隨ャ蓚 | 111010011001100110101100111011111011110110110100111010011001101010101000111011111011110110101100111010001001001110011010 | e999acefbdb4e99aa8efbdace8939a |
UHC | ??隨?蓚 | 00111111001111111110001011001011001111111110001010111110 | 3f3fe2cb3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)