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 | 絶??徇ε? | 100100001110001000111111001111111001110001101101100000111100001100111111 | 90e23f3f9c6d83c33f |
EUC-JP | 絶??徇ε? | 110000001110010000111111001111111101011111001110101001101100010100111111 | c0e43f3fd7cea6c53f |
UTF-8 | 絶귝튂徇ε뵱 | 1110011110110101101101101110101010110111100111011110110110001010100000101110010110111110100001111100111010110101111010111011010110110001 | e7b5b6eab79ded8a82e5be87ceb5ebb5b1 |
UHC | 絶귝튂徇ε뵱 | 111011111011111010000010111001101011100110011000111000101101111110100101111001011001010010101111 | efbe82e6b998e2dfa5e594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)