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 | 驍ッ陋セ遘ゥ | 111010011000001010101111111010001001101110111110111001111010011110101001 | e982afe89bbee7a7a9 |
EUC-JP | 驍ッ陋セ遘ゥ | 111100011110001010001110101011111110111111111011100011101011111011101110101010011000111010101001 | f1e28eafeffb8ebeeea98ea9 |
UTF-8 | 驍ッ陋セ遘ゥ | 111010011010100110001101111011111011110110101111111010011001100110001011111011111011110110111110111010011000000110011000111011111011110110101001 | e9a98defbdafe9998befbdbee98198efbda9 |
UHC | 驍?陋??? | 1111110110100100001111111101011110110000001111110011111100111111 | fda43fd7b03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)