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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罟o而 | 111000111010100010000010100011111000111010100111 | e3a8828f8ea7 |
EUC-JP | 罟o而 | 111001101010101010100011111011111011110010101001 | e6aaa3efbca9 |
UTF-8 | 罟o而 | 111001111011110110011111111011111011110110001111111010001000000010001100 | e7bd9fefbd8fe8808c |
UHC | ?o而 | 0011111110100011111011111110110010111011 | 3fa3efecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)