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 | ?織 | 001111111001000001000100 | 3f9044 |
EUC-JP | ?織 | 001111111011111110100101 | 3fbfa5 |
UTF-8 | 앓織 | 111011001001010110010011111001111011100110010100 | ec9593e7b994 |
UHC | 앓織 | 10111110110011101111001011000100 | becef2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)