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 | 星梳[星梳[^ | 1001000010101111100111101000000001011011100100001010111110011110100000000101101101011110 | 90af9e805b90af9e805b5e |
EUC-JP | 星梳[星梳[^ | 1100000010110001110110111110000001011011110000001011000111011011111000000101101101011110 | c0b1dbe05bc0b1dbe05b5e |
UTF-8 | 星梳[星梳[^ | 111001101001100010011111111001101010001010110011010110111110011010011000100111111110011010100010101100110101101101011110 | e6989fe6a2b35be6989fe6a2b35b5e |
UHC | 星梳[星梳[^ | 1110000011111000111000011011101001011011111000001111100011100001101110100101101101011110 | e0f8e1ba5be0f8e1ba5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)