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?J? | 0011111101000110001111110100101000111111 | 3f463f4a3f |
SJIS-WIN | 燎F?J繹 | 11100000100110010100011000111111010010101110001110001000 | e099463f4ae388 |
EUC-JP | 燎F輺J繹 | 110111111111100101000110100011111110000011111100010010101110010111101000 | dff9468fe0fc4ae5e8 |
UTF-8 | 燎F輺J繹 | 1110011110000111100011100100011011101000101111001011101001001010111001111011100110111001 | e7878e46e8bcba4ae7b9b9 |
UHC | 燎F?J繹 | 11010110111110100100011000111111010010101110011010111010 | d6fa463f4ae6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)