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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濡??沃? | 10010100010001110011111100111111100101111000000000111111 | 94473f3f97803f |
EUC-JP | 濡??沃? | 11000111101010000011111100111111110011011110000000111111 | c7a83f3fcde03f |
UTF-8 | 濡띾젌沃찦 | 111001101011111110100001111010111001110110111110111011001010000010001100111001101011001010000011111011001011000010100110 | e6bfa1eb9dbeeca08ce6b283ecb0a6 |
UHC | 濡띾젌沃찦 | 11101011101000011000110111101011101000001000110111101000101010101010101001000010 | eba18deba08de8aaaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)