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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?德嫩 | 0011111111111010101110101001101101100011 | 3ffaba9b63 |
EUC-JP | ??嫩 | 00111111001111111101010111000100 | 3f3fd5c4 |
UTF-8 | 뤯德嫩 | 111010111010010010101111111001011011111010110111111001011010101110101001 | eba4afe5beb7e5aba9 |
UHC | 뤯德嫩 | 100011111101110111010011111011001101001011101100 | 8fddd3ecd2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)