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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?消?嶽?懈 | 001111111000111111000001001111111001101111010100001111111001110011100110 | 3f8fc13f9bd43f9ce6 |
EUC-JP | ?消?嶽?懈 | 001111111011111011000011001111111101011011010110001111111101100011101000 | 3fbec33fd6d63fd8e8 |
UTF-8 | 뤵消쵍嶽롎懈 | 111010111010010010110101111001101011011010001000111011001011010110001101111001011011011010111101111010111010000110001110111001101000011110001000 | eba4b5e6b688ecb58de5b6bdeba18ee68788 |
UHC | 뤵消쵍嶽롎懈 | 100011111110001111100001101111001010110010001111111001001100000010001110110101001111101010101011 | 8fe3e1bcac8fe4c08ed4faab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)