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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??脘?? | 00111111001111111000111111010110101011000011111100111111 | 3f3f8fd6ac3f3f |
UTF-8 | 셀섰脘셀섰 | 111011001000010110000000111011001000010010110000111010001000010010011000111011001000010110000000111011001000010010110000 | ec8580ec84b0e88498ec8580ec84b0 |
UHC | 셀섰脘셀섰 | 10111100101111111011110010111001111010001101001010111100101111111011110010111001 | bcbfbcb9e8d2bcbfbcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)