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 | 驍ッ螟ゑスカ | 111010011000001010101111111001011010010010000010111011111011110110110110 | e982afe5a482efbdb6 |
EUC-JP | 驍ッ螟ゑスカ | 111100011110001010001110101011111110101010100110101001001111000110001110101111011000111010110110 | f1e28eafeaa6a4f18ebd8eb6 |
UTF-8 | 驍ッ螟ゑスカ | 111010011010100110001101111011111011110110101111111010001001111010011111111000111000001010010001111011111011110110111101111011111011110110110110 | e9a98defbdafe89e9fe38291efbdbdefbdb6 |
UHC | 驍?螟ゑ?? | 111111011010010000111111110110011010110110101010111100010011111100111111 | fda43fd9adaaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)