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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?珍 | 001111111001001010111111 | 3f92bf |
EUC-JP | ?珍 | 001111111100010011000001 | 3fc4c1 |
UTF-8 | 앓珍 | 111011001001010110010011111001111000111110001101 | ec9593e78f8d |
UHC | 앓珍 | 10111110110011101111001011010010 | becef2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)