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 | ????蔑^ | 00111111001111110011111100111111100101011100110001011110 | 3f3f3f3f95cc5e |
EUC-JP | ????蔑^ | 00111111001111110011111100111111110010101100111001011110 | 3f3f3f3fcace5e |
UTF-8 | 렮뤫죳퍘蔑^ | 11101011101000001010111011101011101001001010101111101100101000111011001111101101100011011001100011101000100101001001000101011110 | eba0aeeba4abeca3b3ed8d98e894915e |
UHC | 렮뤫죳퍘蔑^ | 1000111010111011100011111101100110100001100011101011101110001111110110011010000101011110 | 8ebb8fd9a18ebb8fd9a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)