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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舎借治 | 100011101100100110001110110110001000111010100001 | 8ec98ed88ea1 |
EUC-JP | 舎借治 | 101111001100101110111100110110101011110010100011 | bccbbcdabca3 |
UTF-8 | 舎借治 | 111010001000100010001110111001011000000010011111111001101011001010111011 | e8888ee5809fe6b2bb |
UHC | ?借治 | 0011111111110011101010001111011010111101 | 3ff3a8f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)