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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遲ャ繝ャ雉「 | 111001111010110110101100111000111000001110101100111010001011001110100010 | e7adace383ace8b3a2 |
EUC-JP | 遲ャ繝ャ雉「 | 111011101010111110001110101011001110010111100011100011101010110011110000101101011000111010100010 | eeaf8eace5e38eacf0b58ea2 |
UTF-8 | 遲ャ繝ャ雉「 | 111010011000000110110010111011111011110110101100111001111011100110011101111011111011110110101100111010011001101110001001111011111011110110100010 | e981b2efbdace7b99defbdace99b89efbda2 |
UHC | 遲???雉? | 1111001011000000001111110011111100111111111101101100101100111111 | f2c03f3f3ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)