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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 園??園??^ | 100010011000000000111111001111111000100110000000001111110011111101011110 | 89803f3f89803f3f5e |
EUC-JP | 園??園??^ | 101100011110000000111111001111111011000111100000001111110011111101011110 | b1e03f3fb1e03f3f5e |
UTF-8 | 園띔밝園띔밝^ | 11100101100111001001001011101011100111011001010011101011101100001001110111100101100111001001001011101011100111011001010011101011101100001001110101011110 | e59c92eb9d94ebb09de59c92eb9d94ebb09d5e |
UHC | 園띔밝園띔밝^ | 11101010101011101011011011101010101110011110000011101010101011101011011011101010101110011110000001011110 | eaaeb6eab9e0eaaeb6eab9e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)