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 | è±çv· | 111010001011000111100111011101101001010110110111 | e8b1e77695b7 |
SJIS-WIN | ?±?v?? | 00111111100000010111110100111111011101100011111100111111 | 3f817d3f763f3f |
EUC-JP | è±çv?? | 1000111110101011101100101010000111011110100011111010101110101110011101100011111100111111 | 8fabb2a1de8fabae763f3f |
UTF-8 | è±çv· | 1100001110101000110000101011000111000011101001110111011011000010100101011100001010110111 | c3a8c2b1c3a776c295c2b7 |
UHC | ?±?v?· | 0011111110100001101111100011111101110110001111111010000110100100 | 3fa1be3f763fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)