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 | ??麻牆 | 001111110011111110010110100000111110000010101101 | 3f3f9683e0ad |
EUC-JP | 獐?麻牆 | 1000111111001011101110100011111111001011111000111110000010101111 | 8fcbba3fcbe3e0af |
UTF-8 | 獐곈麻牆 | 111001111000110110010000111010101011001110001000111010011011101010111011111001111000100110000110 | e78d90eab388e9babbe78986 |
UHC | 獐곈麻牆 | 1110110111101111101100001110100111011000101010111110110111101101 | edefb0e9d8abeded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)