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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 涅?h涅? | 10011111101110000011111101101000100111111011100000111111 | 9fb83f689fb83f |
EUC-JP | 涅?h涅? | 11011110101110100011111101101000110111101011101000111111 | deba3f68deba3f |
UTF-8 | 涅풪h涅풪 | 11100110101101101000010111101101100100101010101001101000111001101011011010000101111011011001001010101010 | e6b685ed92aa68e6b685ed92aa |
UHC | 涅풪h涅풪 | 111001101110111010111111010011000110100011100110111011101011111101001100 | e6eebf4c68e6eebf4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)