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 | ?蜘 | 001111111001001001110111 | 3f9277 |
EUC-JP | ?蜘 | 001111111100001111011000 | 3fc3d8 |
UTF-8 | 안蜘 | 111011001001010110001000111010001001110010011000 | ec9588e89c98 |
UHC | 안蜘 | 10111110110010001111001010111011 | bec8f2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)