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 | 佃?申?楢 | 1001001011001111001111111001000001011100001111111001001111101000 | 92cf3f905c3f93e8 |
EUC-JP | 佃?申?楢 | 1100010011010001001111111011111110111101001111111100011011101010 | c4d13fbfbd3fc6ea |
UTF-8 | 佃렖申렑楢 | 111001001011110110000011111010111010000010010110111001111001010010110011111010111010000010010001111001101010010110100010 | e4bd83eba096e794b3eba091e6a5a2 |
UHC | 佃렖申렑楢 | 11101110111011001000111010101011111000111110100110001110101001101110101011111001 | eeec8eabe3e98ea6eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)