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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???庸??\ | 0011111100111111001111111001011101100110001111110011111101011100 | 3f3f3f97663f3f5c |
EUC-JP | ???庸??\ | 0011111100111111001111111100110111000111001111110011111101011100 | 3f3f3fcdc73f3f5c |
UTF-8 | 曆낂폖庸졿솿\ | 11101111101001101000101111101011100000101000001011101101100011111001011011100101101110101011100011101100101000011011111111101100100001101011111101011100 | efa68beb8282ed8f96e5bab8eca1bfec86bf5c |
UHC | 曆낂폖庸졿솿\ | 11100110101101111000010111101001101111001010000011101001101111001010000011100110100110011011001101011100 | e6b785e9bca0e9bca0e699b35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)