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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?役晤 | 0011111110010110111100001001110111101011 | 3f96f09deb |
EUC-JP | ?役晤 | 0011111111001100111100101101101011101101 | 3fccf2daed |
UTF-8 | 잪役晤 | 111011001001111010101010111001011011110110111001111001101001100110100100 | ec9eaae5bdb9e699a4 |
UHC | 잪役晤 | 100111111111010111100110101101011110011111111011 | 9ff5e6b5e7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)