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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譛弱Щ | 111001101001110010001110111000111000010001011010 | e69c8ee3845a |
EUC-JP | 譛弱Щ | 111010111111110010111100111001011010011110111011 | ebfcbce5a7bb |
UTF-8 | 譛弱Щ | 1110100010101101100110111110010110111100101100011101000010101001 | e8ad9be5bcb1d0a9 |
UHC | ?弱Щ | 0011111111100101101100001010110010111011 | 3fe5b0acbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)