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??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
SJIS-WIN | 偲悉S篠スヤ | 100011101100001110001110101110110101001110001110110000101011110111010100 | 8ec38ebb538ec2bdd4 |
EUC-JP | 偲悉S篠スヤ | 1011110011000101101111001011110101010011101111001100010010001110101111011000111011010100 | bcc5bcbd53bcc48ebd8ed4 |
UTF-8 | 偲悉S篠スヤ | 11100101100000011011001011100110100000101000100101010011111001111010111110100000111011111011110110111101111011111011111010010100 | e581b2e6828953e7afa0efbdbdefbe94 |
UHC | ?悉S篠?? | 0011111111100011111110100101001111100001110001100011111100111111 | 3fe3fa53e1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)