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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 奪巽村w | 10010010010001001001001001000110100100011011101001110111 | 9244924691ba77 |
EUC-JP | 奪巽村w | 11000011101001011100001110100111110000101011110001110111 | c3a5c3a7c2bc77 |
UTF-8 | 奪巽村w | 11100101101001011010101011100101101101111011110111100110100111011001000101110111 | e5a5aae5b7bde69d9177 |
UHC | 奪巽村w | 11110111101011001110000111011110111101011011110101110111 | f7ace1def5bd77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)