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 | 第?賈楡 | 10010001111001100011111111100110110010011001111010111110 | 91e63fe6c99ebe |
EUC-JP | 第?賈楡 | 11000010111010000011111111101100110010111101110011000000 | c2e83feccbdcc0 |
UTF-8 | 第얗賈楡 | 111001111010110010101100111011001001011010010111111010001011001110001000111001101010010110100001 | e7acacec9697e8b388e6a5a1 |
UHC | 第얗賈楡 | 1111000010101111101111101110100111001010101110011110101011111000 | f0afbee9cab9eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)