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 | ?o | 001111111000001010001111 | 3f828f |
EUC-JP | ?o | 001111111010001111101111 | 3fa3ef |
UTF-8 | 젓o | 111011001010000010010011111011111011110110001111 | eca093efbd8f |
UHC | 젓o | 11000001101000111010001111101111 | c1a3a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)