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 | ?b? | 00111111100000101000001000111111 | 3f82823f |
EUC-JP | ?b? | 00111111101000111110001000111111 | 3fa3e23f |
UTF-8 | 緣b뿃 | 111001111011011110100011111011111011110110000010111010111011111110000011 | e7b7a3efbd82ebbf83 |
UHC | 緣b뿃 | 111001101101111010100011111000101001011110001011 | e6dea3e2978b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)