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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 傲①Ч訝 | 1001100011111100100001110100000010000100010110001110011001100010 | 98fc87408458e662 |
EUC-JP | 傲?Ч訝 | 11010000111111100011111110100111101110011110101111000011 | d0fe3fa7b9ebc3 |
UTF-8 | 傲①Ч訝 | 1110010110000010101100101110001010010001101000001101000010100111111010001010100010011101 | e582b2e291a0d0a7e8a89d |
UHC | 傲①Ч訝 | 1110011111101100101010001110011110101100101110011110010010111000 | e7eca8e7acb9e4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)