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 | ?移 | 001111111000100011011010 | 3f88da |
EUC-JP | ?移 | 001111111011000011011100 | 3fb0dc |
UTF-8 | 앉移 | 111011001001010110001001111001111010011110111011 | ec9589e7a7bb |
UHC | 앉移 | 10111110110010011110110010111001 | bec9ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)