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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 豢養N}豢養N{^ | 11100110101101001001011101111011010011100111110111100110101101001001011101111011010011100111101101011110 | e6b4977b4e7de6b4977b4e7b5e |
EUC-JP | 豢養N}豢養N{^ | 11101100101101101100110111011100010011100111110111101100101101101100110111011100010011100111101101011110 | ecb6cddc4e7decb6cddc4e7b5e |
UTF-8 | 豢養N}豢養N{^ | 1110100010110001101000101110100110100100100010100100111001111101111010001011000110100010111010011010010010001010010011100111101101011110 | e8b1a2e9a48a4e7de8b1a2e9a48a4e7b5e |
UHC | ?養N}?養N{^ | 0011111111100101110101110100111001111101001111111110010111010111010011100111101101011110 | 3fe5d74e7d3fe5d74e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)