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 | ???腎?\ | 00111111001111110011111110010000011101000011111101011100 | 3f3f3f90743f5c |
EUC-JP | ???腎?\ | 00111111001111110011111110111111110101010011111101011100 | 3f3f3fbfd53f5c |
UTF-8 | 쒔롋뤎腎죞\ | 11101100100100101001010011101011101000011000101111101011101001001000111011101000100001011000111011101100101000111001111001011100 | ec9294eba18beba48ee8858eeca39e5c |
UHC | 쒔롋뤎腎죞\ | 1011111010101101100011101101000110001111101111101110001111101100101000010111011001011100 | bead8ed18fbee3eca1765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)