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 | 蘊??耶 | 111001010101110100111111001111111001011011101011 | e55d3f3f96eb |
EUC-JP | 蘊??耶 | 111010011011111000111111001111111100110011101101 | e9be3f3fcced |
UTF-8 | 蘊듿씏耶 | 111010001001100010001010111010111001001110111111111011001001010010001111111010001000000010110110 | e8988aeb93bfec948fe880b6 |
UHC | 蘊듿씏耶 | 1110100010110011100010101110010110011101101001101110010110101101 | e8b38ae59da6e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)