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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | サ瞠ロ^ | 1011101111100001110100111101101101011110 | bbe1d3db5e |
EUC-JP | サ瞠ロ^ | 10001110101110111110001011010101100011101101101101011110 | 8ebbe2d58edb5e |
UTF-8 | サ瞠ロ^ | 11101111101111011011101111100111100111101010000011101111101111101001101101011110 | efbdbbe79ea0efbe9b5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)