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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 皓?燼?諧?N | 11100001101010010011111111100000100111100011111111100110011111100011111101001110 | e1a93fe09e3fe67e3f4e |
EUC-JP | 皓?燼?諧?N | 11100010101010110011111111011111111111100011111111101011110111110011111101001110 | e2ab3fdffe3febdf3f4e |
UTF-8 | 皓렜燼렣諧렲N | 11100111100110101001001111101011101000001001110011100111100001111011110011101011101000001010001111101000101010111010011111101011101000001011001001001110 | e79a93eba09ce787bceba0a3e8aba7eba0b24e |
UHC | 皓렜燼렣諧렲N | 11111011110100111000111010101110111000111110100010001110101101001111101010110010100011101011111101001110 | fbd38eaee3e88eb4fab28ebf4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)