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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奚??? | 1001101011110110001111110011111100111111 | 9af63f3f3f |
EUC-JP | 奚?雩? | 11010100111110000011111110001111111001101111101000111111 | d4f83f8fe6fa3f |
UTF-8 | 奚렪雩姸 | 111001011010010110011010111010111010000010101010111010011001101110101001111001011010011110111000 | e5a59aeba0aae99ba9e5a7b8 |
UHC | 奚렪雩姸 | 1111101010101000100011101011100011101001111011001110011011000001 | faa88eb8e9ece6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)