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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨弱Ξ雉「 | 111001111011010110001110111000111000001110101100111010001011001110100010 | e7b58ee383ace8b3a2 |
EUC-JP | 邨弱Ξ雉「 | 11101110101101111011110011100101101001101010111011110000101101011000111010100010 | eeb7bce5a6aef0b58ea2 |
UTF-8 | 邨弱Ξ雉「 | 1110100110000010101010001110010110111100101100011100111010011110111010011001101110001001111011111011110110100010 | e982a8e5bcb1ce9ee99b89efbda2 |
UHC | 邨弱Ξ雉? | 111101011011111011100101101100001010010111001110111101101100101100111111 | f5bee5b0a5cef6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)