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 | 劑嵌?姆 | 10011001100111011001101111000110001111111001101101000111 | 999d9bc63f9b47 |
EUC-JP | 劑嵌?姆 | 11010001111111011101011011001000001111111101010110101000 | d1fdd6c83fd5a8 |
UTF-8 | 劑嵌렲姆 | 111001011000101010010001111001011011010110001100111010111010000010110010111001011010011110000110 | e58a91e5b58ceba0b2e5a786 |
UHC | 劑嵌렲姆 | 1111000010100101110010101110111010001110101111111101100110110101 | f0a5caee8ebfd9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)