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 | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-WIN | 娼チ。r{d | 100011111010100111000001101000011111000011111011011100100111101101100100 | 8fa9c1a1f0fb727b64 |
EUC-JP | 娼チ。?r{d | 10111110101010111000111011000001100011101010000100111111011100100111101101100100 | beab8ec18ea13f727b64 |
UTF-8 | 娼チ。r{d | 111001011010100010111100111011111011111010000001111011111011110110100001111011101000001010111010011100100111101101100100 | e5a8bcefbe81efbda1ee82ba727b64 |
UHC | 娼???r{d | 1111001111011110001111110011111100111111011100100111101101100100 | f3de3f3f3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)