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 | 偲識篠而丈 | 10001110110000111000111010101111100011101100001010001110101001111000111111100100 | 8ec38eaf8ec28ea78fe4 |
EUC-JP | 偲識篠而丈 | 10111100110001011011110010110001101111001100010010111100101010011011111011100110 | bcc5bcb1bcc4bca9bee6 |
UTF-8 | 偲識篠而丈 | 111001011000000110110010111010001010110110011000111001111010111110100000111010001000000010001100111001001011100010001000 | e581b2e8ad98e7afa0e8808ce4b888 |
UHC | ?識篠而丈 | 001111111110001111011011111000011100011011101100101110111110110111011011 | 3fe3dbe1c6ecbbeddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)