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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 廛團廛團^ | 100111000100010010011010101000111001110001000100100110101010001101011110 | 9c449aa39c449aa35e |
EUC-JP | 廛團廛團^ | 110101111010010111010100101001011101011110100101110101001010010101011110 | d7a5d4a5d7a5d4a55e |
UTF-8 | 廛團廛團^ | 11100101101110111001101111100101100111001001100011100101101110111001101111100101100111001001100001011110 | e5bb9be59c98e5bb9be59c985e |
UHC | 廛團廛團^ | 111011101111100011010011101001011110111011111000110100111010010101011110 | eef8d3a5eef8d3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)