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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 濡??幼??^ | 100101000100011100111111001111111001011101100011001111110011111101011110 | 94473f3f97633f3f5e |
EUC-JP | 濡??幼??^ | 110001111010100000111111001111111100110111000100001111110011111101011110 | c7a83f3fcdc43f3f5e |
UTF-8 | 濡쏅줁幼곻쭓^ | 11100110101111111010000111101100100011111000010111101100101001001000000111100101101110011011110011101010101100111011101111101100101011011001001101011110 | e6bfa1ec8f85eca481e5b9bceab3bbecad935e |
UHC | 濡쏅줁幼곻쭓^ | 11101011101000011001101111101011101000011001100011101010111010101000000111101111101001111000101101011110 | eba19beba198eaea81efa78b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)