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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 第?媛凍?\ | 100100011110011000111111100101010101000110010011100000000011111101011100 | 91e63f955193803f5c |
EUC-JP | 第?媛凍?\ | 110000101110100000111111110010011011001011000101111000000011111101011100 | c2e83fc9b2c5e03f5c |
UTF-8 | 第렞媛凍렎\ | 11100111101011001010110011101011101000001001111011100101101010101001101111100101100001111000110111101011101000001000111001011100 | e7acaceba09ee5aa9be5878deba08e5c |
UHC | 第렞媛凍렎\ | 1111000010101111100011101010111111101010101100001101010011010000100011101010010001011100 | f0af8eafeab0d4d08ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)