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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 源?低?? | 10001100101110010011111110010010111000010011111100111111 | 8cb93f92e13f3f |
EUC-JP | 源?低?? | 10111000101110110011111111000100111000110011111100111111 | b8bb3fc4e33f3f |
UTF-8 | 源렰低讀렲 | 111001101011101010010000111010111010000010110000111001001011110110001110111011111010010110011010111010111010000010110010 | e6ba90eba0b0e4bd8eefa59aeba0b2 |
UHC | 源렰低讀렲 | 11101010101110011000111010111101111011101011100011010100111001101000111010111111 | eab98ebdeeb8d4e68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)