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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼎?才??斐 | 100100110100001100111111100011011100101100111111001111111001010011100011 | 93433f8dcb3f3f94e3 |
EUC-JP | 鼎?才??斐 | 110001011010010000111111101110101100110100111111001111111100100011100101 | c5a43fbacd3f3fc8e5 |
UTF-8 | 鼎렍才렱뤋斐 | 111010011011110010001110111010111010000010001101111001101000100110001101111010111010000010110001111010111010010010001011111001101001011010010000 | e9bc8eeba08de6898deba0b1eba48be69690 |
UHC | 鼎렍才렱뤋斐 | 111100001010001110001110101000111110111010100110100011101011111010001111101110111101110111101100 | f0a38ea3eea68ebe8fbbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)