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 | 財??財??^ | 100011011110000000111111001111111000110111100000001111110011111101011110 | 8de03f3f8de03f3f5e |
EUC-JP | 財??財??^ | 101110101110001000111111001111111011101011100010001111110011111101011110 | bae23f3fbae23f3f5e |
UTF-8 | 財면등財면등^ | 11101000101100101010000111101011101010011011010011101011100100111011000111101000101100101010000111101011101010011011010011101011100100111011000101011110 | e8b2a1eba9b4eb93b1e8b2a1eba9b4eb93b15e |
UHC | 財면등財면등^ | 11101110101011111011100011101001101101011110111011101110101011111011100011101001101101011110111001011110 | eeafb8e9b5eeeeafb8e9b5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)