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 | 邀??鈺? | 11100111101100010011111100111111111110111100010000111111 | e7b13f3ffbc43f |
EUC-JP | 邀??鈺? | 1110111010110011001111110011111110001111111000111101010100111111 | eeb33f3f8fe3d53f |
UTF-8 | 邀섓쉐鈺뚧 | 111010011000001010000000111011001000010010010011111011001000100110010000111010011000100010111010111010111001101010100111 | e98280ec8493ec8990e988baeb9aa7 |
UHC | 邀섓쉐鈺뚧 | 11101001101011011001100011101111101111011010011011101000101011011000110011100110 | e9ad98efbda6e8ad8ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)