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 | 阮壌ェ護ィャ | 111010001001011010001111111010111010101010001100111011001010100010101100 | e8968febaa8ceca8ac |
EUC-JP | 阮壌ェ護ィャ | 111011111111011010111110111011011000111010101010101110001110111010001110101010001000111010101100 | eff6beed8eaab8ee8ea88eac |
UTF-8 | 阮壌ェ護ィャ | 111010011001100010101110111001011010001110001100111011111011110110101010111010001010110110110111111011111011110110101000111011111011110110101100 | e998aee5a38cefbdaae8adb7efbda8efbdac |
UHC | 阮??護?? | 1110100011010110001111110011111111111011110111100011111100111111 | e8d63f3ffbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)