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 | 筌ε? | 1110001010100011100000111100001100111111 | e2a383c33f |
EUC-JP | 筌ε? | 1110010010100101101001101100010100111111 | e4a5a6c53f |
UTF-8 | 筌ε돍 | 1110011110101101100011001100111010110101111010111000111110001101 | e7ad8cceb5eb8f8d |
UHC | 筌ε돍 | 111011111010011110100101111001011000100110011011 | efa7a5e5899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)