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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 遮杓]H | 100011101101010110001110110110110101110101001000 | 8ed58edb5d48 |
EUC-JP | 遮杓]H | 101111001101011110111100110111010101110101001000 | bcd7bcdd5d48 |
UTF-8 | 遮杓]H | 1110100110000001101011101110011010011101100100110101110101001000 | e981aee69d935d48 |
UHC | 遮杓]H | 111100111011010011111000111101010101110101001000 | f3b4f8f55d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)