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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 烝?湲?F | 11100000011111100011111110011111110100010011111101000110 | e07e3f9fd13f46 |
EUC-JP | 烝?湲?F | 11011111110111110011111111011110110100110011111101000110 | dfdf3fded33f46 |
UTF-8 | 烝렠湲렕F | 11100111100000111001110111101011101000001010000011100110101110011011001011101011101000001001010101000110 | e7839deba0a0e6b9b2eba09546 |
UHC | 烝렠湲렕F | 111100011111011010001110101100011110101010111000100011101010101001000110 | f1f68eb1eab88eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)