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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | 邀也処跋クa | 11100111101100011001011011100111100011111000100011100110111010111011100001100001 | e7b196e78f88e6ebb861 |
EUC-JP | 邀也処跋クa | 1110111010110011110011001110100110111101111010001110110011101101100011101011100001100001 | eeb3cce9bde8eced8eb861 |
UTF-8 | 邀也処跋クa | 11101001100000101000000011100100101110011001111111100101100001111010011011101000101101111000101111101111101111011011100001100001 | e98280e4b99fe587a6e8b78befbdb861 |
UHC | 邀也?跋?a | 111010011010110111100101101001010011111111011011101000100011111101100001 | e9ade5a53fdba23f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)