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 | 奪其歎損 | 1001001001000100100100011011010010010010010101101001000110111001 | 924491b4925691b9 |
EUC-JP | 奪其歎損 | 1100001110100101110000101011011011000011101101111100001010111011 | c3a5c2b6c3b7c2bb |
UTF-8 | 奪其歎損 | 111001011010010110101010111001011000010110110110111001101010110110001110111001101001000010001101 | e5a5aae585b6e6ad8ee6908d |
UHC | 奪其歎損 | 1111011110101100110100001110110011110111101001111110000111011111 | f7acd0ecf7a7e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)