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 | ??恕 | 00111111001111111000111110011010 | 3f3f8f9a |
EUC-JP | ??恕 | 00111111001111111011110111111010 | 3f3fbdfa |
UTF-8 | 왭릖恕 | 111011001001100110101101111010111010011010010110111001101000000110010101 | ec99adeba696e68195 |
UHC | 왭릖恕 | 100111101101010110010000011100101101111111110000 | 9ed59072dff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)