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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???爾?\ | 00111111001111110011111110001110101000100011111101011100 | 3f3f3f8ea23f5c |
EUC-JP | ???爾?\ | 00111111001111110011111110111100101001000011111101011100 | 3f3f3fbca43f5c |
UTF-8 | 咽됱빆爾즚\ | 11101111101001101001111011101011100100001011000111101011101110011000011011100111100010001011111011101100101001101001101001011100 | efa69eeb90b1ebb986e788beeca69a5c |
UHC | 咽됱빆爾즚\ | 1110011011101100100010011110110010010101101011011110110010110011101000110110100001011100 | e6ec89ec95adecb3a3685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)