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?? | 0011111100111111010100110011111100111111 | 3f3f533f3f |
SJIS-WIN | 偲悉S篠雫 | 100011101100001110001110101110110101001110001110110000101000111010110100 | 8ec38ebb538ec28eb4 |
EUC-JP | 偲悉S篠雫 | 101111001100010110111100101111010101001110111100110001001011110010110110 | bcc5bcbd53bcc4bcb6 |
UTF-8 | 偲悉S篠雫 | 11100101100000011011001011100110100000101000100101010011111001111010111110100000111010011001101110101011 | e581b2e6828953e7afa0e99bab |
UHC | ?悉S篠? | 00111111111000111111101001010011111000011100011000111111 | 3fe3fa53e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)