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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ?????容H | 0011111100111111001111110011111100111111100101110110010101001000 | 3f3f3f3f3f976548 |
EUC-JP | ?????容H | 0011111100111111001111110011111100111111110011011100011001001000 | 3f3f3f3f3fcdc648 |
UTF-8 | 쒔렳렊롘뤜容H | 11101100100100101001010011101011101000001011001111101011101000001000101011101011101000011001100011101011101001001001110011100101101011101011100101001000 | ec9294eba0b3eba08aeba198eba49ce5aeb948 |
UHC | 쒔렳렊롘뤜容H | 10111110101011011000111011000000100011101010000110001110110111001000111111001011111010011011101101001000 | bead8ec08ea18edc8fcbe9bb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)