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 | 陋溷臆螽 | 1110100010011011100111111110010110001001101100001110010110101000 | e89b9fe589b0e5a8 |
EUC-JP | 陋溷臆螽 | 1110111111111011110111101110011110110010101100101110101010101010 | effbdee7b2b2eaaa |
UTF-8 | 陋溷臆螽 | 111010011001100110001011111001101011101010110111111010001000011110000110111010001001111010111101 | e9998be6bab7e88786e89ebd |
UHC | 陋?臆? | 110101111011000000111111111001011110011000111111 | d7b03fe5e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)