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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | ??だV | 0011111100111111100000101011111001010110 | 3f3f82be56 |
EUC-JP | ??だV | 0011111100111111101001001100000001010110 | 3f3fa4c056 |
UTF-8 | 룵쾹だV | 11101011101000111011010111101100101111101011100111100011100000011010000001010110 | eba3b5ecbeb9e381a056 |
UHC | 룵쾹だV | 10001111101010101011001010001111101010101100000001010110 | 8faab28faac056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)