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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瀘瘰瀘瘰^ | 111000000110110111100001100100001110000001101101111000011001000001011110 | e06de190e06de1905e |
EUC-JP | 瀘瘰瀘瘰^ | 110111111100111011100001111100001101111111001110111000011111000001011110 | dfcee1f0dfcee1f05e |
UTF-8 | 瀘瘰瀘瘰^ | 11100111100000001001100011100111100110001011000011100111100000001001100011100111100110001011000001011110 | e78098e798b0e78098e798b05e |
UHC | 瀘?瀘?^ | 11010110110100100011111111010110110100100011111101011110 | d6d23fd6d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)