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 | ゙ネン | 1101111011001000110111011111010101011110 | dec8ddf55e |
EUC-JP | ゙ネン? | 10001110110111101000111011001000100011101101110100111111 | 8ede8ec88edd3f |
UTF-8 | ゙ネン | 111011111011111010011110111011111011111010001000111011111011111010011101111011101000111110001010 | efbe9eefbe88efbe9dee8f8a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)