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 | 劑嵌德昻 | 1001100110011101100110111100011011111010101110101111101011010000 | 999d9bc6fabafad0 |
EUC-JP | 劑嵌?? | 110100011111110111010110110010000011111100111111 | d1fdd6c83f3f |
UTF-8 | 劑嵌德昻 | 111001011000101010010001111001011011010110001100111001011011111010110111111001101001100010111011 | e58a91e5b58ce5beb7e698bb |
UHC | 劑嵌德昻 | 1111000010100101110010101110111011010011111011001110010011101001 | f0a5caeed3ece4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)