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 | 姙???再藕 | 100110110100101100111111001111110011111110001101110001001110010101011000 | 9b4b3f3f3f8dc4e558 |
EUC-JP | 姙???再藕 | 110101011010110000111111001111110011111110111010110001101110100110111001 | d5ac3f3f3fbac6e9b9 |
UTF-8 | 姙얩렪블再藕 | 111001011010011110011001111011001001011010101001111010111010000010101010111010111011100010010100111001011000011010001101111010001001011110010101 | e5a799ec96a9eba0aaebb894e5868de89795 |
UHC | 姙얩렪블再藕 | 111011001111010110111110111011011000111010111000101110101110110111101110101000101110100111100100 | ecf5beed8eb8baedeea2e9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)