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 | 雖蛾岫螻。 | 111001011010101110001001111010011001101110101011111001011011000110100001 | e5ab89e99babe5b1a1 |
EUC-JP | 雖蛾岫螻。 | 11101010101011011011001011101011110101101010110111101010101100111000111010100001 | eaadb2ebd6adeab38ea1 |
UTF-8 | 雖蛾岫螻。 | 111010011001101110010110111010001001101110111110111001011011001010101011111010001001111010111011111011111011110110100001 | e99b96e89bbee5b2abe89ebbefbda1 |
UHC | 雖蛾岫?? | 1110001011001100111001001011011011100001111110110011111100111111 | e2cce4b6e1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)