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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰鴫裹疾韭 | 11101000111111001000111010110000111001011110010110001110101111101110100011101010 | e8fc8eb0e5e58ebee8ea |
EUC-JP | 顰鴫裹疾韭 | 11110000111111101011110010110010111010101110011110111100110000001111000011101100 | f0febcb2eae7bcc0f0ec |
UTF-8 | 顰鴫裹疾韭 | 111010011010000110110000111010011011010010101011111010001010001110111001111001111001011010111110111010011001111110101101 | e9a1b0e9b4abe8a3b9e796bee99fad |
UHC | ???疾? | 001111110011111100111111111100101111000000111111 | 3f3f3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)