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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簀莓愀寳 | 1110001011000101111001001001011010011100101101011001101110010000 | e2c5e4969cb59b90 |
EUC-JP | 簀莓愀寳 | 1110010011000111111001111111011011011000101101111101010111110000 | e4c7e7f6d8b7d5f0 |
UTF-8 | 簀莓愀寳 | 111001111011000010000000111010001000111010010011111001101000010010000000111001011010111110110011 | e7b080e88e93e68480e5afb3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)