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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | ツ湘催ー}B | 1100001010001111110000111000110111000011101100000111110101000010 | c28fc38dc3b07d42 |
EUC-JP | ツ湘催ー}B | 10001110110000101011111011000101101110101100010110001110101100000111110101000010 | 8ec2bec5bac58eb07d42 |
UTF-8 | ツ湘催ー}B | 1110111110111110100000101110011010111001100110001110010110000010101011001110111110111101101100000111110101000010 | efbe82e6b998e582acefbdb07d42 |
UHC | ?湘催?}B | 0011111111011111110011111111010111001010001111110111110101000010 | 3fdfcff5ca3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)