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 | 鮨珠ー蝉サカ^ | 11101001101111011000111011101100101100001001000011100100101110111011011001011110 | e9bd8eecb090e4bbb65e |
EUC-JP | 鮨珠ー蝉サカ^ | 11110010101111111011110011101110100011101011000011000000111001101000111010111011100011101011011001011110 | f2bfbcee8eb0c0e68ebb8eb65e |
UTF-8 | 鮨珠ー蝉サカ^ | 11101001101011101010100011100111100011111010000011101111101111011011000011101000100111011000100111101111101111011011101111101111101111011011011001011110 | e9aea8e78fa0efbdb0e89d89efbdbbefbdb65e |
UHC | ?珠????^ | 0011111111110001110000010011111100111111001111110011111101011110 | 3ff1c13f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)