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 | 撓撓[撓撓[^ | 1001110110011010100111011001101001011011100111011001101010011101100110100101101101011110 | 9d9a9d9a5b9d9a9d9a5b5e |
EUC-JP | 撓撓[撓撓[^ | 1101100111111010110110011111101001011011110110011111101011011001111110100101101101011110 | d9fad9fa5bd9fad9fa5b5e |
UTF-8 | 撓撓[撓撓[^ | 111001101001001010010011111001101001001010010011010110111110011010010010100100111110011010010010100100110101101101011110 | e69293e692935be69293e692935b5e |
UHC | 撓撓[撓撓[^ | 1110100011110101111010001111010101011011111010001111010111101000111101010101101101011110 | e8f5e8f55be8f5e8f55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)