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 | ?陽考?弩 | 0011111110010111011110101000110101101100001111111001110001010111 | 3f977a8d6c3f9c57 |
EUC-JP | ?陽考?弩 | 0011111111001101110110111011100111001101001111111101011110111000 | 3fcddbb9cd3fd7b8 |
UTF-8 | 쒜陽考뤚弩 | 111011001001001010011100111010011001100110111101111010001000000010000011111010111010010010011010111001011011110010101001 | ec929ce999bde88083eba49ae5bca9 |
UHC | 쒜陽考뤚弩 | 10111110101011101110010111010101110011011100010110001111110010011101001011000000 | beaee5d5cdc58fc9d2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)