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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 邵穎}邵穎{^ | 1110011110111000100010010110111001111101111001111011100010001001011011100111101101011110 | e7b8896e7de7b8896e7b5e |
EUC-JP | 邵穎}邵穎{^ | 1110111010111010101100011100111101111101111011101011101010110001110011110111101101011110 | eebab1cf7deebab1cf7b5e |
UTF-8 | 邵穎}邵穎{^ | 111010011000001010110101111001111010100110001110011111011110100110000010101101011110011110101001100011100111101101011110 | e982b5e7a98e7de982b5e7a98e7b5e |
UHC | 邵穎}邵穎{^ | 1110000111010000111001111100010001111101111000011101000011100111110001000111101101011110 | e1d0e7c47de1d0e7c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)