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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奪旦奪淡 | 1001001001000100100100100101010110010010010001001001001001010111 | 9244925592449257 |
EUC-JP | 奪旦奪淡 | 1100001110100101110000111011011011000011101001011100001110111000 | c3a5c3b6c3a5c3b8 |
UTF-8 | 奪旦奪淡 | 111001011010010110101010111001101001011110100110111001011010010110101010111001101011011110100001 | e5a5aae697a6e5a5aae6b7a1 |
UHC | 奪旦奪淡 | 1111011110101100110100111010100111110111101011001101001110111111 | f7acd3a9f7acd3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)