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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 麗麗[麗麗[^ | 1001011111101101100101111110110101011011100101111110110110010111111011010101101101011110 | 97ed97ed5b97ed97ed5b5e |
EUC-JP | 麗麗[麗麗[^ | 1100111011101111110011101110111101011011110011101110111111001110111011110101101101011110 | ceefceef5bceefceef5b5e |
UTF-8 | 麗麗[麗麗[^ | 111010011011101010010111111010011011101010010111010110111110100110111010100101111110100110111010100101110101101101011110 | e9ba97e9ba975be9ba97e9ba975b5e |
UHC | 麗麗[麗麗[^ | 1101010111110010110101011111001001011011110101011111001011010101111100100101101101011110 | d5f2d5f25bd5f2d5f25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)