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 | 鼎?才?? | 10010011010000110011111110001101110010110011111100111111 | 93433f8dcb3f3f |
EUC-JP | 鼎?才?? | 11000101101001000011111110111010110011010011111100111111 | c5a43fbacd3f3f |
UTF-8 | 鼎렍才렱뤋 | 111010011011110010001110111010111010000010001101111001101000100110001101111010111010000010110001111010111010010010001011 | e9bc8eeba08de6898deba0b1eba48b |
UHC | 鼎렍才렱뤋 | 11110000101000111000111010100011111011101010011010001110101111101000111110111011 | f0a38ea3eea68ebe8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)