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 | 篠鉦オ鴫 | 111100001100001010001110110000101000111111011110101101011000111010110000 | f0c28ec28fdeb58eb0 |
EUC-JP | ?篠鉦オ鴫 | 001111111011110011000100101111101110000010001110101101011011110010110010 | 3fbcc4bee08eb5bcb2 |
UTF-8 | 篠鉦オ鴫 | 111011101000001010000001111001111010111110100000111010011000100110100110111011111011110110110101111010011011010010101011 | ee8281e7afa0e989a6efbdb5e9b4ab |
UHC | ?篠鉦?? | 00111111111000011100011011101111111110100011111100111111 | 3fe1c6effa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)