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 | 佃?樗頭? | 1001001011001111001111111001001010010100100100111010101000111111 | 92cf3f929493aa3f |
EUC-JP | 佃?樗頭? | 1100010011010001001111111100001111110100110001101010110000111111 | c4d13fc3f4c6ac3f |
UTF-8 | 佃렡樗頭롛 | 111001001011110110000011111010111010000010100001111001101010100010010111111010011010000010101101111010111010000110011011 | e4bd83eba0a1e6a897e9a0adeba19b |
UHC | 佃렡樗頭롛 | 11101110111011001000111010110010111011101100000011010100111010011000111011011111 | eeec8eb2eec0d4e98edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)