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 | 邀???? | 111001111011000100111111001111110011111100111111 | e7b13f3f3f3f |
EUC-JP | 邀???? | 111011101011001100111111001111110011111100111111 | eeb33f3f3f3f |
UTF-8 | 邀닸슲鍊묪 | 111010011000001010000000111010111000101110111000111011001000101010110010111011111010011010011011111010111010110010101010 | e98280eb8bb8ec8ab2efa69bebacaa |
UHC | 邀닸슲鍊묪 | 11101001101011011011010011100110100110101011100111100110111010001001001001000010 | e9adb4e69ab9e6e89242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)