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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 篠宍篠宍k | 100011101100001010001110101100111000111011000010100011101011001101101011 | 8ec28eb38ec28eb36b |
EUC-JP | 篠宍篠宍k | 101111001100010010111100101101011011110011000100101111001011010101101011 | bcc4bcb5bcc4bcb56b |
UTF-8 | 篠宍篠宍k | 11100111101011111010000011100101101011101000110111100111101011111010000011100101101011101000110101101011 | e7afa0e5ae8de7afa0e5ae8d6b |
UHC | 篠?篠?k | 11100001110001100011111111100001110001100011111101101011 | e1c63fe1c63f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)