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 | 碩碩[碩碩[^ | 1001000011010111100100001101011101011011100100001101011110010000110101110101101101011110 | 90d790d75b90d790d75b5e |
EUC-JP | 碩碩[碩碩[^ | 1100000011011001110000001101100101011011110000001101100111000000110110010101101101011110 | c0d9c0d95bc0d9c0d95b5e |
UTF-8 | 碩碩[碩碩[^ | 111001111010001010101001111001111010001010101001010110111110011110100010101010011110011110100010101010010101101101011110 | e7a2a9e7a2a95be7a2a9e7a2a95b5e |
UHC | 碩碩[碩碩[^ | 1110000010110101111000001011010101011011111000001011010111100000101101010101101101011110 | e0b5e0b55be0b5e0b55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)