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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遮借捨写 | 1000111011010101100011101101100010001110110011001000111011001010 | 8ed58ed88ecc8eca |
EUC-JP | 遮借捨写 | 1011110011010111101111001101101010111100110011101011110011001100 | bcd7bcdabccebccc |
UTF-8 | 遮借捨写 | 111010011000000110101110111001011000000010011111111001101000110110101000111001011000011010011001 | e981aee5809fe68da8e58699 |
UHC | 遮借捨? | 11110011101101001111001110101000110111101101011100111111 | f3b4f3a8ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)