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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | フ陬橾 | 11110000101101101100110011101000101000111111101011110001 | f0b6cce8a3faf1 |
EUC-JP | ?フ陬橾 | 0011111110001110110011001111000010100101100011111100010110110110 | 3f8eccf0a58fc5b6 |
UTF-8 | フ陬橾 | 111011101000000110110101111011111011111010001100111010011001100110101100111001101010100110111110 | ee81b5efbe8ce999ace6a9be |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)