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 | 佃?沮?楢 | 1001001011001111001111111001111110011100001111111001001111101000 | 92cf3f9f9c3f93e8 |
EUC-JP | 佃?沮?楢 | 1100010011010001001111111101110111111100001111111100011011101010 | c4d13fddfc3fc6ea |
UTF-8 | 佃렠沮렖楢 | 111001001011110110000011111010111010000010100000111001101011001010101110111010111010000010010110111001101010010110100010 | e4bd83eba0a0e6b2aeeba096e6a5a2 |
UHC | 佃렠沮렖楢 | 11101110111011001000111010110001111011101100000110001110101010111110101011111001 | eeec8eb1eec18eabeaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)