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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 茉蕈}茉蕈{^ | 1110010010011101111001001111110001111101111001001001110111100100111111000111101101011110 | e49de4fc7de49de4fc7b5e |
EUC-JP | 茉蕈}茉蕈{^ | 1110011111111101111010001111111001111101111001111111110111101000111111100111101101011110 | e7fde8fe7de7fde8fe7b5e |
UTF-8 | 茉蕈}茉蕈{^ | 111010001000110010001001111010001001010110001000011111011110100010001100100010011110100010010101100010000111101101011110 | e88c89e895887de88c89e895887b5e |
UHC | 茉?}茉?{^ | 110110001100100100111111011111011101100011001001001111110111101101011110 | d8c93f7dd8c93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)