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 | 永??孃?^ | 1000100101101001001111110011111110011011011011110011111101011110 | 89693f3f9b6f3f5e |
EUC-JP | 永??孃?^ | 1011000111001010001111110011111111010101110100000011111101011110 | b1ca3f3fd5d03f5e |
UTF-8 | 永롥콉孃밹^ | 11100110101100001011100011101011101000011010010111101100101111011000100111100101101011011000001111101011101100001011100101011110 | e6b0b8eba1a5ecbd89e5ad83ebb0b95e |
UHC | 永롥콉孃밹^ | 1110011110110101100011101110010110110001100001011110010110111110100100110110001101011110 | e7b58ee5b185e5be93635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)