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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??楯?弩 | 00111111001111111000111101111100001111111001110001010111 | 3f3f8f7c3f9c57 |
EUC-JP | ?棅楯?弩 | 001111111000111111000011111110111011110111011101001111111101011110111000 | 3f8fc3fbbddd3fd7b8 |
UTF-8 | 쒜棅楯뤚弩 | 111011001001001010011100111001101010001110000101111001101010010110101111111010111010010010011010111001011011110010101001 | ec929ce6a385e6a5afeba49ae5bca9 |
UHC | 쒜棅楯뤚弩 | 10111110101011101101110010111000111000101110010010001111110010011101001011000000 | beaedcb8e2e48fc9d2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)