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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 蟶ュO驫 | 111001011011100010101101010011111110100110001010 | e5b8ad4fe98a |
EUC-JP | 蟶ュO驫 | 11101010101110101000111010101101010011111111000111101010 | eaba8ead4ff1ea |
UTF-8 | 蟶ュO驫 | 11101000100111111011011011101111101111011010110101001111111010011010100110101011 | e89fb6efbdad4fe9a9ab |
UHC | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)