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 | 隴帛ョ域с | 111010001010110110011011111001011010111010001000111001101000010010000011 | e8ad9be5ae88e68483 |
EUC-JP | 隴帛ョ域с | 11110000101011111101011011100111100011101010111010110000111010001010011111100011 | f0afd6e78eaeb0e8a7e3 |
UTF-8 | 隴帛ョ域с | 1110100110011010101101001110010110111000100110111110111110111101101011101110010110011111100111111101000110000001 | e99ab4e5b89befbdaee59f9fd181 |
UHC | ?帛?域с | 0011111111011011110110010011111111100110101101001010110011100011 | 3fdbd93fe6b4ace3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)