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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 栓瀧家^ | 10010000111100001001000111101011100010011100011001011110 | 90f091eb89c65e |
EUC-JP | 栓瀧家^ | 11000000111100101100001011101101101100101100100001011110 | c0f2c2edb2c85e |
UTF-8 | 栓瀧家^ | 11100110101000001001001111100111100000001010011111100101101011101011011001011110 | e6a093e780a7e5aeb65e |
UHC | 栓瀧家^ | 11101110111110111101011011101001110010101010101101011110 | eefbd6e9caab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)