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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
EUC-JP | ???瘀d | 00111111001111110011111110001111110011011110001101100100 | 3f3f3f8fcde364 |
UTF-8 | 쒔롋쒔瘀d | 11101100100100101001010011101011101000011000101111101100100100101001010011100111100110001000000001100100 | ec9294eba18bec9294e7988064 |
UHC | 쒔롋쒔瘀d | 101111101010110110001110110100011011111010101101111001011101110001100100 | bead8ed1beade5dc64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)