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 | 驍会スエ闕オ | 111010011000001010001001111011111011110110110100111010001000110110110101 | e98289efbdb4e88db5 |
EUC-JP | 驍会スエ闕オ | 111100011110001010110010111100011000111010111101100011101011010011101111111011011000111010110101 | f1e2b2f18ebd8eb4efed8eb5 |
UTF-8 | 驍会スエ闕オ | 111010011010100110001101111001001011110010011010111011111011110110111101111011111011110110110100111010011001011110010101111011111011110110110101 | e9a98de4bc9aefbdbdefbdb4e99795efbdb5 |
UHC | 驍???闕? | 1111110110100100001111110011111100111111110011111111010000111111 | fda43f3f3fcff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)