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 | ?х?踰 | 001111111000010010000111001111111110011011111010 | 3f84873fe6fa |
EUC-JP | ?х?踰 | 001111111010011111100111001111111110110011111100 | 3fa7e73fecfc |
UTF-8 | 寧х쭅踰 | 1110111110100110101010101101000110000101111011001010110110000101111010001011100010110000 | efa6aad185ecad85e8b8b0 |
UHC | 寧х쭅踰 | 1110011110101100101011001110011110100111100000011110101110110010 | e7acace7a781ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)