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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 線俎潮耳瓦 | 10010000111111001001100011010111100100101010101010001110101010001000101010100010 | 90fc98d792aa8ea88aa2 |
EUC-JP | 線俎潮耳瓦 | 11000000111111101101000011011001110001001010110010111100101010101011010010100100 | c0fed0d9c4acbcaab4a4 |
UTF-8 | 線俎潮耳瓦 | 111001111011011110011010111001001011111110001110111001101011110110101110111010001000000010110011111001111001001110100110 | e7b79ae4bf8ee6bdaee880b3e793a6 |
UHC | 線俎潮耳瓦 | 11100000110010101111000010111011111100001100110111101100101111001110100010111111 | e0caf0bbf0cdecbce8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)