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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | ????涅?o | 0011111100111111001111110011111110011111101110000011111101101111 | 3f3f3f3f9fb83f6f |
EUC-JP | ????涅?o | 0011111100111111001111110011111111011110101110100011111101101111 | 3f3f3f3fdeba3f6f |
UTF-8 | 렱렚속씬涅렊o | 11101011101000001011000111101011101000001001101011101100100001101000110111101100100101001010110011100110101101101000010111101011101000001000101001101111 | eba0b1eba09aec868dec94ace6b685eba08a6f |
UHC | 렱렚속씬涅렊o | 10001110101111101000111010101101101111001101001110111110110000001110011011101110100011101010000101101111 | 8ebe8eadbcd3bec0e6ee8ea16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)