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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 震???? | 100100000110101100111111001111110011111100111111 | 906b3f3f3f3f |
EUC-JP | 震???? | 101111111100110000111111001111110011111100111111 | bfcc3f3f3f3f |
UTF-8 | 震섯암렕섧 | 111010011001110010000111111011001000010010101111111011001001010110010100111010111010000010010101111011001000010010100111 | e99c87ec84afec9594eba095ec84a7 |
UHC | 震섯암렕섧 | 11110010111010001011110010111000101111101100111110001110101010101011110010110101 | f2e8bcb8becf8eaabcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)