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 | ?????± | 001111110011111100111111001111110011111110110001 | 3f3f3f3f3fb1 |
SJIS-WIN | ???德?± | 0011111100111111001111111111101010111010001111111000000101111101 | 3f3f3ffaba3f817d |
EUC-JP | ?????± | 00111111001111110011111100111111001111111010000111011110 | 3f3f3f3f3fa1de |
UTF-8 | 쒀롉뤦德쳩± | 1110110010010010100000001110101110100001100010011110101110100100101001101110010110111110101101111110110010110011101010011100001010110001 | ec9280eba189eba4a6e5beb7ecb3a9c2b1 |
UHC | 쒀롉뤦德쳩± | 101111101010110010001110110011111000111111010100110100111110110010101011100011101010000110111110 | beac8ecf8fd4d3ecab8ea1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)