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 | ???楯?) | 0011111100111111001111111000111101111100001111111000000101101010 | 3f3f3f8f7c3f816a |
EUC-JP | ???楯?) | 0011111100111111001111111011110111011101001111111010000111001011 | 3f3f3fbddd3fa1cb |
UTF-8 | 琉딁룺楯귣) | 111011111010011110001100111010111001010010000001111010111010001110111010111001101010010110101111111010101011011110100011111011111011110010001001 | efa78ceb9481eba3bae6a5afeab7a3efbc89 |
UHC | 琉딁룺楯귣) | 111010111010010010001010111001111000111110101101111000101110010010000010111010111010001110101001 | eba48ae78fade2e482eba3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)