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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | アシアシ^ | 111100001010110010110001101111001111000010101100101100011011110001011110 | f0acb1bcf0acb1bc5e |
EUC-JP | ?アシ?アシ^ | 0011111110001110101100011000111010111100001111111000111010110001100011101011110001011110 | 3f8eb18ebc3f8eb18ebc5e |
UTF-8 | アシアシ^ | 11101110100000011010101111101111101111011011000111101111101111011011110011101110100000011010101111101111101111011011000111101111101111011011110001011110 | ee81abefbdb1efbdbcee81abefbdb1efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)