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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??要ι? | 111001111011000100111111001111111001011101110110100000111100011100111111 | e7b13f3f977683c73f |
EUC-JP | 邀??要ι? | 111011101011001100111111001111111100110111010111101001101100100100111111 | eeb33f3fcdd7a6c93f |
UTF-8 | 邀댐쉥要ι긽 | 1110100110000010100000001110101110001100100100001110110010001001101001011110100010100110100000011100111010111001111010101011100010111101 | e98280eb8c90ec89a5e8a681ceb9eab8bd |
UHC | 邀댐쉥要ι긽 | 111010011010110110110100111011111011110110101011111010011010100110100101111010011000001110000001 | e9adb4efbdabe9a9a5e98381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)