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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍募梨奝シ | 111010011000001010010101111001011001011110011100111110101010001010111100 | e98295e5979cfaa2bc |
EUC-JP | 驍募梨奝シ | 1111000111100010110010101110011111001101111111001000111110111000111110001000111010111100 | f1e2cae7cdfc8fb8f88ebc |
UTF-8 | 驍募梨奝シ | 111010011010100110001101111001011000101110011111111001101010001010101000111001011010010110011101111011111011110110111100 | e9a98de58b9fe6a2a8e5a59defbdbc |
UHC | 驍募梨?? | 1111110110100100110110011011010011010111110111100011111100111111 | fda4d9b4d7de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)