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 | ?X?? | 00111111010110000011111100111111 | 3f583f3f |
SJIS-WIN | 短X辰続 | 10010010010110100101100010010010010000111001000110110001 | 925a58924391b1 |
EUC-JP | 短X辰続 | 11000011101110110101100011000011101001001100001010110011 | c3bb58c3a4c2b3 |
UTF-8 | 短X辰続 | 11100111100111111010110101011000111010001011111010110000111001111011011010011010 | e79fad58e8beb0e7b69a |
UHC | 短X辰? | 110100111010110101011000111100101110001100111111 | d3ad58f2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)