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 | 淲「逎∬諞隴 | 1111101101000100101000101110011110100011100000011110100011100110100001101110100010101101 | fb44a2e7a381e8e686e8ad |
EUC-JP | ?「逎∬諞隴 | 0011111110001110101000101110111010100101101000101110101011101011111001101111000010101111 | 3f8ea2eea5a2eaebe6f0af |
UTF-8 | 淲「逎∬諞隴 | 111001101011011110110010111011111011110110100010111010011000000010001110111000101000100010101100111010001010101110011110111010011001101010110100 | e6b7b2efbda2e9808ee288ace8ab9ee99ab4 |
UHC | ???∬?? | 00111111001111110011111110100001111100110011111100111111 | 3f3f3fa1f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)