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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偕?孩耕?偕 | 10011000111100010011111110011011011101111000110101101011001111111001100011110001 | 98f13f9b778d6b3f98f1 |
EUC-JP | 偕?孩耕?偕 | 11010000111100110011111111010101110110001011100111001100001111111101000011110011 | d0f33fd5d8b9cc3fd0f3 |
UTF-8 | 偕렡孩耕뉵偕 | 111001011000000110010101111010111010000010100001111001011010110110101001111010001000000010010101111010111000100110110101111001011000000110010101 | e58195eba0a1e5ada9e88095eb89b5e58195 |
UHC | 偕렡孩耕뉵偕 | 111110101010010110001110101100101111101010101001110011001110100110110100101110111111101010100101 | faa58eb2faa9cce9b4bbfaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)