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 | ?·?? | 00111111101101110011111100111111 | 3fb73f3f |
SJIS-WIN | 苑?汁? | 100010011001000100111111100011110110000000111111 | 89913f8f603f |
EUC-JP | 苑?汁? | 101100011111000100111111101111011100000100111111 | b1f13fbdc13f |
UTF-8 | 苑·汁렭 | 1110100010001011100100011100001010110111111001101011000110000001111010111010000010101101 | e88b91c2b7e6b181eba0ad |
UHC | 苑·汁렭 | 1110101010111101101000011010010011110001111100001000111010111010 | eabda1a4f1f08eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)