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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雖蛾が | 111001011010101110001001111010011000001010101010 | e5ab89e982aa |
EUC-JP | 雖蛾が | 111010101010110110110010111010111010010010101100 | eaadb2eba4ac |
UTF-8 | 雖蛾が | 111010011001101110010110111010001001101110111110111000111000000110001100 | e99b96e89bbee3818c |
UHC | 雖蛾が | 111000101100110011100100101101101010101010101100 | e2cce4b6aaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)