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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??擁 | 111001111011000100111111001111111001011101101001 | e7b13f3f9769 |
EUC-JP | 邀??擁 | 111011101011001100111111001111111100110111001010 | eeb33f3fcdca |
UTF-8 | 邀닸쨲擁 | 111010011000001010000000111010111000101110111000111011001010100010110010111001101001001110000001 | e98280eb8bb8eca8b2e69381 |
UHC | 邀닸쨲擁 | 1110100110101101101101001110011010100100100011001110100010110110 | e9adb4e6a48ce8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)