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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 足皎?^ | 100100011010101111100001101001110011111101011110 | 91abe1a73f5e |
EUC-JP | 足皎?^ | 110000101010110111100010101010010011111101011110 | c2ade2a93f5e |
UTF-8 | 足皎딧^ | 11101000101101101011001111100111100110101000111011101011100101001010011101011110 | e8b6b3e79a8eeb94a75e |
UHC | 足皎딧^ | 11110000111010111100111011101011101101011111011101011110 | f0ebceebb5f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)