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 | 鬯倡距霍 | 1110100110101100100110001110011110001011100101111110100010110111 | e9ac98e78b97e8b7 |
EUC-JP | 鬯倡距霍 | 1111001010101110110100001110100110110101111101111111000010111001 | f2aed0e9b5f7f0b9 |
UTF-8 | 鬯倡距霍 | 111010011010110010101111111001011000000010100001111010001011011110011101111010011001110010001101 | e9acafe580a1e8b79de99c8d |
UHC | ?倡距? | 001111111111001111011011110010111110010100111111 | 3ff3dbcbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)