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 | ?伊 | 001111111000100011001001 | 3f88c9 |
EUC-JP | ?伊 | 001111111011000011001011 | 3fb0cb |
UTF-8 | 쒜伊 | 111011001001001010011100111001001011110010001010 | ec929ce4bc8a |
UHC | 쒜伊 | 10111110101011101110110010100101 | beaeeca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)