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 | ??楯?弩 | 00111111001111111011110111011101001111111101011110111000 | 3f3fbddd3fd7b8 |
UTF-8 | 쒜장楯뤚弩 | 111011001001001010011100111011001001111010100101111001101010010110101111111010111010010010011010111001011011110010101001 | ec929cec9ea5e6a5afeba49ae5bca9 |
UHC | 쒜장楯뤚弩 | 10111110101011101100000011100101111000101110010010001111110010011101001011000000 | beaec0e5e2e48fc9d2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)