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 | 隴鯉スュ蠖 | 1110100010101101100011001110111110111101101011011110010110111101 | e8ad8cefbdade5bd |
EUC-JP | 隴鯉スュ蠖 | 11110000101011111011100011110001100011101011110110001110101011011110101010111111 | f0afb8f18ebd8eadeabf |
UTF-8 | 隴鯉スュ蠖 | 111010011001101010110100111010011010111110001001111011111011110110111101111011111011110110101101111010001010000010010110 | e99ab4e9af89efbdbdefbdade8a096 |
UHC | ?鯉??? | 001111111101011111101111001111110011111100111111 | 3fd7ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)