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 | ???腎?^ | 00111111001111110011111110010000011101000011111101011110 | 3f3f3f90743f5e |
EUC-JP | ???腎?^ | 00111111001111110011111110111111110101010011111101011110 | 3f3f3fbfd53f5e |
UTF-8 | 쒔롋뤎腎좩^ | 11101100100100101001010011101011101000011000101111101011101001001000111011101000100001011000111011101100101000101010100101011110 | ec9294eba18beba48ee8858eeca2a95e |
UHC | 쒔롋뤎腎좩^ | 1011111010101101100011101101000110001111101111101110001111101100101000010100010001011110 | bead8ed18fbee3eca1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)