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 | ??S???B | 00111111001111110101001100111111001111110011111101000010 | 3f3f533f3f3f42 |
SJIS-WIN | 偲悉S篠スヨB | 10001110110000111000111010111011010100111000111011000010101111011101011001000010 | 8ec38ebb538ec2bdd642 |
EUC-JP | 偲悉S篠スヨB | 101111001100010110111100101111010101001110111100110001001000111010111101100011101101011001000010 | bcc5bcbd53bcc48ebd8ed642 |
UTF-8 | 偲悉S篠スヨB | 1110010110000001101100101110011010000010100010010101001111100111101011111010000011101111101111011011110111101111101111101001011001000010 | e581b2e6828953e7afa0efbdbdefbe9642 |
UHC | ?悉S篠??B | 001111111110001111111010010100111110000111000110001111110011111101000010 | 3fe3fa53e1c63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)