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 | 髷懷続邏 | 1110100110011110100111001110010110010001101100011110011110110100 | e99e9ce591b1e7b4 |
EUC-JP | 髷懷続邏 | 1111000111111110110110001110011111000010101100111110111010110110 | f1fed8e7c2b3eeb6 |
UTF-8 | 髷懷続邏 | 111010011010101110110111111001101000011110110111111001111011011010011010111010011000001010001111 | e9abb7e687b7e7b69ae9828f |
UHC | ?懷?邏 | 001111111111110011100011001111111101010110100100 | 3ffce33fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)