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 | 宰??昻 | 100011011100100100111111001111111111101011010000 | 8dc93f3ffad0 |
EUC-JP | 宰??? | 1011101011001011001111110011111100111111 | bacb3f3f3f |
UTF-8 | 宰경쑨昻 | 111001011010111010110000111010101011001010111101111011001001000110101000111001101001100010111011 | e5aeb0eab2bdec91a8e698bb |
UHC | 宰경쑨昻 | 1110111010100101101100001110011010111110101001111110010011101001 | eea5b0e6bea7e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)