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 | 跪餓「看ょ | 111001101110110010001001111011001010001010001010110001011000001011100101 | e6ec89eca28ac582e5 |
EUC-JP | 跪餓「看ょ | 11101100111011101011001011101110100011101010001010110100110001111010010011100111 | eceeb2ee8ea2b4c7a4e7 |
UTF-8 | 跪餓「看ょ | 111010001011011110101010111010011010010010010011111011111011110110100010111001111001110010001011111000111000001010000111 | e8b7aae9a493efbda2e79c8be38287 |
UHC | ?餓?看ょ | 0011111111100100101110110011111111001010110101111010101011100111 | 3fe4bb3fcad7aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)