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 | ???u{d | 001111110011111100111111011101010111101101100100 | 3f3f3f757b64 |
SJIS-WIN | テつ咤u{d | 1100001110000010110000101001101001000010011101010111101101100100 | c382c29a42757b64 |
EUC-JP | テつ咤u{d | 100011101100001110100100110001001101001110100011011101010111101101100100 | 8ec3a4c4d3a3757b64 |
UTF-8 | テつ咤u{d | 111011111011111010000011111000111000000110100100111001011001001010100100011101010111101101100100 | efbe83e381a4e592a4757b64 |
UHC | ?つ咤u{d | 0011111110101010110001001111011011100011011101010111101101100100 | 3faac4f6e3757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)