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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | 維??_ | 1000100011011011001111110011111101011111 | 88db3f3f5f |
EUC-JP | 維??_ | 1011000011011101001111110011111101011111 | b0dd3f3f5f |
UTF-8 | 維껊춯_ | 11100111101101101010110111101010101110111000101011101100101101101010111101011111 | e7b6adeabb8aecb6af5f |
UHC | 維껊춯_ | 11101011101010111000001111101011101011011000110001011111 | ebab83ebad8c5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)