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 | 蓚芽シク | 111001001110100110001001111010001011110010111000 | e4e989e8bcb8 |
EUC-JP | 蓚芽シク | 1110100011101011101100101110101010001110101111001000111010111000 | e8ebb2ea8ebc8eb8 |
UTF-8 | 蓚芽シク | 111010001001001110011010111010001000101010111101111011111011110110111100111011111011110110111000 | e8939ae88abdefbdbcefbdb8 |
UHC | 蓚芽?? | 111000101011111011100100101101000011111100111111 | e2bee4b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)