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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???爾?^ | 00111111001111110011111110001110101000100011111101011110 | 3f3f3f8ea23f5e |
EUC-JP | ???爾?^ | 00111111001111110011111110111100101001000011111101011110 | 3f3f3fbca43f5e |
UTF-8 | 咽됱빆爾즀^ | 11101111101001101001111011101011100100001011000111101011101110011000011011100111100010001011111011101100101001101000000001011110 | efa69eeb90b1ebb986e788beeca6805e |
UHC | 咽됱빆爾즀^ | 1110011011101100100010011110110010010101101011011110110010110011101000110100111001011110 | e6ec89ec95adecb3a34e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)