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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 恁??V | 1001110010001100001111110011111101010110 | 9c8c3f3f56 |
EUC-JP | 恁??V | 1101011111101100001111110011111101010110 | d7ec3f3f56 |
UTF-8 | 恁뽱삪V | 11100110100000011000000111101011101111011011000111101100100000101010101001010110 | e68181ebbdb1ec82aa56 |
UHC | 恁뽱삪V | 11101100111101101001011011101101100110001010100101010110 | ecf696ed98a956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)