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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 麗[麗[^ | 10010111111011010101101110010111111011010101101101011110 | 97ed5b97ed5b5e |
EUC-JP | 麗[麗[^ | 11001110111011110101101111001110111011110101101101011110 | ceef5bceef5b5e |
UTF-8 | 麗[麗[^ | 111010011011101010010111010110111110100110111010100101110101101101011110 | e9ba975be9ba975b5e |
UHC | 麗[麗[^ | 11010101111100100101101111010101111100100101101101011110 | d5f25bd5f25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)