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 | 佃?蒸?? | 10010010110011110011111110001111111101100011111100111111 | 92cf3f8ff63f3f |
EUC-JP | 佃?蒸?? | 11000100110100010011111110111110111110000011111100111111 | c4d13fbef83f3f |
UTF-8 | 佃렠蒸樓뤯 | 111001001011110110000011111010111010000010100000111010001001001010111000111011111010010110001100111010111010010010101111 | e4bd83eba0a0e892b8efa58ceba4af |
UHC | 佃렠蒸樓뤯 | 11101110111011001000111010110001111100011111101011010010111001101000111111011101 | eeec8eb1f1fad2e68fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)