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 | 治上シ蕊 | 111101001010010010001110101000011000111111100011101111001000111011000111 | f4a48ea18fe3bc8ec7 |
EUC-JP | ?治上シ蕊 | 001111111011110010100011101111101110010110001110101111001011110011001001 | 3fbca3bee58ebcbcc9 |
UTF-8 | 治上シ蕊 | 111011101000110110010011111001101011001010111011111001001011100010001010111011111011110110111100111010001001010110001010 | ee8d93e6b2bbe4b88aefbdbce8958a |
UHC | ?治上?? | 00111111111101101011110111011111101111100011111100111111 | 3ff6bddfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)