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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????德む | 001111110011111100111111001111110011111111111010101110101000001011011110 | 3f3f3f3f3ffaba82de |
EUC-JP | ??????む | 0011111100111111001111110011111100111111001111111010010011100000 | 3f3f3f3f3f3fa4e0 |
UTF-8 | 쒔렡렋롃뤦德む | 111011001001001010010100111010111010000010100001111010111010000010001011111010111010000110000011111010111010010010100110111001011011111010110111111000111000001010000000 | ec9294eba0a1eba08beba183eba4a6e5beb7e38280 |
UHC | 쒔렡렋롃뤦德む | 1011111010101101100011101011001010001110101000101000111011001010100011111101010011010011111011001010101011100000 | bead8eb28ea28eca8fd4d3ecaae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)