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 | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | 竪巽叩s | 10010010010001111001001001000110100100100100000001110011 | 92479246924073 |
EUC-JP | 竪巽叩s | 11000011101010001100001110100111110000111010000101110011 | c3a8c3a7c3a173 |
UTF-8 | 竪巽叩s | 11100111101010111010101011100101101101111011110111100101100011111010100101110011 | e7abaae5b7bde58fa973 |
UHC | 竪巽叩s | 11100010101101011110000111011110110011011011000001110011 | e2b5e1decdb073 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)